From d69723fc85818b7acbbad2fb201c68ada1dd4279 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Mon, 31 Jan 2022 14:03:42 +0100 Subject: [PATCH] was barely readable --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.2