]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
export history options and increase size
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 19 Dec 2020 21:17:46 +0000 (22:17 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 19 Dec 2020 21:17:46 +0000 (22:17 +0100)
.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