mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: nmtui colors
This commit is contained in:
parent
7f5b5561f7
commit
becf551434
1 changed files with 10 additions and 0 deletions
10
root/.zshrc
10
root/.zshrc
|
|
@ -49,6 +49,16 @@ alias ncdu='ncdu --color off'
|
||||||
alias lynx='WWW_HOME=https://duckduckgo.com \
|
alias lynx='WWW_HOME=https://duckduckgo.com \
|
||||||
lynx -accept_all_cookies -nocolor -nopause -show_cursor:true -tna -vikeys'
|
lynx -accept_all_cookies -nocolor -nopause -show_cursor:true -tna -vikeys'
|
||||||
|
|
||||||
|
# Aliases for nmtui @see https://lemmy.world/post/17689127
|
||||||
|
|
||||||
|
NMTUI_COLORS='
|
||||||
|
root=black,default;
|
||||||
|
actlistbox=black,lightgray;
|
||||||
|
actsellistbox=black,yellow;
|
||||||
|
'
|
||||||
|
alias nmtui='NEWT_COLORS="$NMTUI_COLORS" nmtui'
|
||||||
|
alias nmtui-connect='NEWT_COLORS="$NMTUI_COLORS" nmtui-connect'
|
||||||
|
|
||||||
## git
|
## git
|
||||||
|
|
||||||
alias ga.='ga . && gst'
|
alias ga.='ga . && gst'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue