]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
Remove option to hide history commands in history
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 97c32fd24712305a9fbfd12e23c57ec99af38873..4742717b50a1d324513d48b7fe194ce1cd68283e 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -2,11 +2,15 @@ autoload -Uz vcs_info
 autoload -U edit-command-line
 
 . ~/.zsh_comprc
+. ~/.zsh_taskwarrior
+
 . ~/.zsh_functions
 . ~/.zsh_functions_media
 . ~/.zsh_functions_taskwarrior
+
 . ~/.zsh_aliases
 . ~/.zsh_local
+. ~/.zsh_qemu
 
 zle -N zle-line-init
 zle -N zle-keymap-select
@@ -49,7 +53,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