From: Hendrik Jäger Date: Mon, 31 Jan 2022 13:03:42 +0000 (+0100) Subject: was barely readable X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=d69723fc85818b7acbbad2fb201c68ada1dd4279;p=user%2Fhenk%2Fvcsh%2Fzsh.git was barely readable --- 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)