aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 7a3c26a..3643615 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -1,3 +1,7 @@
+HISTSIZE=500000
+SAVEHIST=600000
+HISTFILE="$XDG_DATA_HOME"/zsh/history
+
fpath+=("$XDG_CONFIG_HOME/zsh/themes")
zstyle :compinstall filename "$ZDOTDIR"/.zshrc