aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 86a6262..3d3542a 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -185,7 +185,7 @@ unset key{,map,bindings}
# History
#
# The path to the history file
-HISTFILE="$HOME/.zhistory"
+HISTFILE="$HOME/.local/state/zsh/history"
# The maximum number of events to save in the internal history.
HISTSIZE=10000
# The maximum number of events to save in the history file.