]> 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 e2df10ad6aced97357f0b4c9666f50650863f5da..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
@@ -45,7 +46,7 @@ export FZF_DEFAULT_COMMAND='fdfind --type f'
 
 
 # zsh you-should-use
-export YSU_MODE=ALL
+YSU_MODE=ALL
 
 
 # colors for newt/whiptail (for debconf, needrestart, etc.)
@@ -79,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"