summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index b4c5fd5..299fbc7 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -33,9 +33,9 @@ zle -N clear-screen-and-scrollback
bindkey '^L' clear-screen-and-scrollback
# enable history
-HISTFILE="$HOME/.cache/zsh/history"
-HISTSIZE=100
-SAVEHIST=1000
+HISTFILE="$XDG_STATE_HOME/zsh/history"
+HISTSIZE=20
+SAVEHIST=500
# aliases
alias ls='exa'