]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
Add 'pass' functions
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 0f3bcb51f4507d404513eeda185be794849ed6db..f7e8f2d258373dc0d487acf12b6c4f3e155f13c7 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -11,6 +11,7 @@ autoload -U edit-command-line
 . ~/.zsh_aliases
 . ~/.zsh_local
 . ~/.zsh_qemu
+. ~/.zsh_pass
 
 zle -N zle-line-init
 zle -N zle-keymap-select
@@ -31,6 +32,7 @@ hash -d bewerbung=~/Data/henksfiles/workinprogress/Dokumente/bewerbung
 hash -d rezepte=~/Data/henksfiles/workinprogress/Dokumente/rezepte/cuisine
 hash -d templates=~/Data/henksfiles/workinprogress/templates
 hash -d gitignore=~/Data/public/software/gitignore
+hash -d doc=/usr/share/doc
 
 ## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..)
 #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default
@@ -53,7 +55,6 @@ setopt GLOB_DOTS
 
 setopt HIST_IGNORE_ALL_DUPS
 setopt HIST_IGNORE_SPACE
-setopt HIST_NO_STORE
 setopt HIST_REDUCE_BLANKS
 setopt HIST_VERIFY
 setopt INC_APPEND_HISTORY