summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a9574bd..e597e8e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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)