summaryrefslogtreecommitdiffstats
path: root/dot_config/zsh/dot_zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/zsh/dot_zshrc')
-rw-r--r--dot_config/zsh/dot_zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc
index 296d368..883bf24 100644
--- a/dot_config/zsh/dot_zshrc
+++ b/dot_config/zsh/dot_zshrc
@@ -39,8 +39,8 @@ setopt interactive_comments
setopt complete_aliases
# History in cache directory:
-HISTSIZE=999999999
-SAVEHIST=$HISTSIZE
+export HISTSIZE=9999999999
+export SAVEHIST=$HISTSIZE
if [ -z "$XDG_STATE_HOME/zsh" ]; then
mkdir -p "$XDG_STATE_HOME/zsh"
fi