X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zprofile;h=a79c4e07cc599ac53515bbe4a422b090997aa581;hb=02956a86b40e9811a70ec269b04a68665b78d1f7;hp=1a7f0dad789878e23cffb5890686de741179ec26;hpb=babcd10b656600c17b83da7c70c25c8df9ee67d3;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zprofile b/.zprofile index 1a7f0da..a79c4e0 100644 --- 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"