]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
was barely readable
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 68fcb86e80e6875d28995d5894a71c6cdb2c5738..e597e8e8179c87ac4c504a918503ed6cbc2298de 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -22,6 +22,11 @@ export YSU_MODE=ALL
 
 # I want sbin executables available
 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)
@@ -130,6 +135,8 @@ source ~/.zsh_local
 source ~/.env_*
 
 
+typeset -U path
+
 #zle -N zle-line-init
 #zle -N zle-keymap-select