diff options
author | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-01-31 14:03:42 +0100 |
---|---|---|
committer | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-01-31 14:05:17 +0100 |
commit | d69723fc85818b7acbbad2fb201c68ada1dd4279 (patch) | |
tree | af09778e9ee7ef2e86a6019eb22988bdf5f8c24b /.zshrc | |
parent | 6db62d16e8f6f8fd31729479757a21e4c05cb6e9 (diff) |
was barely readable
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) |