summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorHendrik Jäger <hendrik.jaeger@dswiss.com>2022-01-31 14:03:42 +0100
committerHendrik Jäger <hendrik.jaeger@dswiss.com>2022-01-31 14:05:17 +0100
commitd69723fc85818b7acbbad2fb201c68ada1dd4279 (patch)
treeaf09778e9ee7ef2e86a6019eb22988bdf5f8c24b /.zshrc
parent6db62d16e8f6f8fd31729479757a21e4c05cb6e9 (diff)
was barely readable
Diffstat (limited to '.zshrc')
-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)