diff --git a/.zshrc b/.zshrc index a240802..6f35127 100644 --- a/.zshrc +++ b/.zshrc @@ -11,7 +11,7 @@ autoload -U colors && colors # History in cache directory: HISTSIZE=10000 SAVEHIST=10000 -HISTFILE=~/.cache/zsh/history +HISTFILE=~/.zsh_history # Basic auto/tab complete: autoload -U compinit