diff options
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zshrc | 2 | ||||
-rw-r--r-- | .config/zsh/includes/unixpool | 1 |
2 files changed, 1 insertions, 2 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. diff --git a/.config/zsh/includes/unixpool b/.config/zsh/includes/unixpool index e2edade..0d02f33 100644 --- a/.config/zsh/includes/unixpool +++ b/.config/zsh/includes/unixpool @@ -1,7 +1,6 @@ # host based zshrc # unixpool -HISTFILE=$HOME/.zhistory unset MAILCHECK ## PATH and exports |