]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
export history options and increase size
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 56b191e2371263f0af8bec4b0feb85d73f310ef3..f6276792ff56d3d8898b655a5fc471f1eaeaaa76 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -22,9 +22,9 @@ source ~/.env_*
 #zle -N zle-keymap-select
 #zle -N edit-command-line
 
-HISTFILE=~/.zsh_history
-HISTSIZE=5000
-SAVEHIST=3000
+export HISTFILE=~/.zsh_history
+export HISTSIZE=1000000000
+export SAVEHIST=1000000000
 
 REPORTTIME=10