]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
was barely readable
authorHendrik Jäger <hendrik.jaeger@dswiss.com>
Mon, 31 Jan 2022 13:03:42 +0000 (14:03 +0100)
committerHendrik Jäger <hendrik.jaeger@dswiss.com>
Mon, 31 Jan 2022 13:05:17 +0000 (14:05 +0100)
.zshrc

diff --git a/.zshrc b/.zshrc
index a9574bd28d8c7506f6a7495c032c9a56cde66b57..e597e8e8179c87ac4c504a918503ed6cbc2298de 100644 (file)
--- 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)