mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
bashrc: theme nmtui
This commit is contained in:
parent
3a61501ed3
commit
6c2ccc2073
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ export LESS_TERMCAP_so=$'\E[01;44;33m'
|
|||
export LESS_TERMCAP_ue=$'\E[0m'
|
||||
export LESS_TERMCAP_us=$'\E[01;32m'
|
||||
|
||||
# nmtui theme
|
||||
export NEWT_COLORS='root=black,black;window=black,black;border=white,black;listbox=white,black;label=blue,black;checkbox=red,black;title=green,black;button=white,red;actsellistbox=white,red;actlistbox=white,gray;compactbutton=white,gray;actcheckbox=white,blue;entry=lightgray,black;textbox=blue,black'
|
||||
|
||||
alias reload=". ~/.bashrc"
|
||||
|
||||
# Bind PageUp and PageDown to history search
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue