]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zprofile
fix: set readable colors and update comment
[user/henk/vcsh/zsh.git] / .zprofile
index 1a7f0dad789878e23cffb5890686de741179ec26..a79c4e07cc599ac53515bbe4a422b090997aa581 100644 (file)
--- a/.zprofile
+++ b/.zprofile
@@ -44,6 +44,10 @@ export TEXMFCNF=${HOME}/.texlive:
 export FZF_DEFAULT_COMMAND='fdfind --type f'
 
 
+# zsh you-should-use
+export YSU_MODE=ALL
+
+
 # colors for newt/whiptail (for debconf, needrestart, etc.)
 # works better with selenized colorscheme
 # everything that seems irrelevant is set to brown
@@ -75,8 +79,8 @@ NEWT_COLORS="${NEWT_COLORS};checkbox=black,blue"
 # selection marker for checkbox
 NEWT_COLORS="${NEWT_COLORS};actcheckbox=yellow,gray"
 
-# TODO FIXME: no clue what that is
-NEWT_COLORS="${NEWT_COLORS};entry=yellow,brown"
+# text input field fore- and background
+NEWT_COLORS="${NEWT_COLORS};entry=yellow,blue"
 # TODO FIXME: no clue what that is
 NEWT_COLORS="${NEWT_COLORS};disentry=brown,yellow"