summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 56b191e..f627679 100644
--- 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