summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorseth <[email protected]>2022-07-17 01:49:54 -0400
committerseth <[email protected]>2022-08-04 04:41:01 -0400
commitd2c277f683f9d1cbe5e8bb775f8e4489fa747e5b (patch)
tree8ad0dd14089f7d3cefc6c424b920dfd018c785db /.config/zsh/.zshrc
parent210adb6461ec9ac8243f39e4efd6f78b041d4a01 (diff)
more xdg!
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'