.zshrc: set COLORFGBG for dark background
This commit is contained in:
parent
8bccab571e
commit
b079a81942
|
@ -52,7 +52,7 @@ source "$ZSH/oh-my-zsh.sh"
|
|||
|
||||
# User configuration
|
||||
|
||||
export PATH="$PATH:$HOME/bin" EDITOR=vim
|
||||
export PATH="$PATH:$HOME/bin" EDITOR=vim COLORFGBG=";0"
|
||||
>/dev/null where keychain && eval `keychain --eval --quiet`
|
||||
|
||||
alias ip='command ip --color=auto'
|
||||
|
|
Loading…
Reference in a new issue