]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
lot faster
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 1c0a28ff89fd367f283f19cfa6f313ff70832988..f68456df03f6fb27db295dc51b3fb99c915ae836 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -10,6 +10,9 @@ export HISTFILE=~/.zsh_history
 export HISTSIZE=1000000000
 export SAVEHIST=1000000000
 
+export ANSIBLE_NOCOWS=1
+export ANSIBLE_STRATEGY=mitogen_linear
+
 # what is that for exactly? maybe taskwarrior? or timewarrior?
 REPORTTIME=10
 
@@ -24,6 +27,10 @@ export YSU_MODE=ALL
 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)
 
@@ -131,6 +138,8 @@ source ~/.zsh_local
 source ~/.env_*
 
 
+typeset -U path
+
 #zle -N zle-line-init
 #zle -N zle-keymap-select