]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
fix path
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 8258f1abb5e1130d6b243806d88f81065fff8c8f..a801df5b3131abacb5b0ed77d480833ff91d5e34 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
 
@@ -22,13 +25,21 @@ 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)
 
 
 # hashed directories are usually independent and standalone
 # so they can stay at the top
 hash -d diary=~/Data/henksfiles/workinprogress/Dokumente/diary
 hash -d lifedocs=~/Data/henksfiles/workinprogress/Dokumente/Leben
-hash -d bewerbung=~/Data/henksfiles/workinprogress/Dokumente/bewerbung
+hash -d bewerbung=~/Data/personal/henk/workinprogress/Dokumente/Arbeit/bewerbung
 hash -d rezepte=~/Data/henksfiles/workinprogress/Dokumente/rezepte/cuisine
 hash -d templates=~/Data/henksfiles/workinprogress/templates
 hash -d gitignore=~/Data/public/software/gitignore
@@ -99,7 +110,6 @@ source ~/.zsh_zinit
 # * follow symlinks
 # * work only on plainfiles
 # * take only the filename part without dir
-fpath=(~/.zsh_functions $fpath)
 autoload ~/.zsh_functions/[^_]*(-.:t)
 
 
@@ -128,6 +138,8 @@ source ~/.zsh_local
 source ~/.env_*
 
 
+typeset -U path
+
 #zle -N zle-line-init
 #zle -N zle-keymap-select