diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ export YSU_MODE=ALL export PATH=${PATH}:/usr/local/sbin:/sbin:/usr/sbin export PATH=${PATH}:~/bin +# colors for newt/whiptail (for debconf, needrestart, etc.) +# works better with selenized colorscheme +export NEWT_COLORS='checkbox=yellow,;roottext=yellow,' + # where zsh looks for functions fpath=(~/.zsh_functions $fpath) |