]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zprofile
fix: does not need to be exported
[user/henk/vcsh/zsh.git] / .zprofile
index 1a7f0dad789878e23cffb5890686de741179ec26..fa907a4a476cbc0a18e1a278f083f4644c47f531 100644 (file)
--- a/.zprofile
+++ b/.zprofile
@@ -30,6 +30,7 @@ export LC_TELEPHONE="de_CH.UTF-8"
 export LC_MEASUREMENT="de_CH.UTF-8"
 export LC_IDENTIFICATION="de_CH.UTF-8"
 
+export XDG_RUNTIME_DIR="${HOME}/.local/xdg_runtime_dir"
 
 # do not use cowsay
 export ANSIBLE_NOCOWS=1
@@ -44,6 +45,10 @@ export TEXMFCNF=${HOME}/.texlive:
 export FZF_DEFAULT_COMMAND='fdfind --type f'
 
 
+# zsh you-should-use
+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 +80,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"