diff options
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc index 784cbdc..0b12d52 100644 --- a/.zshrc +++ b/.zshrc @@ -28,6 +28,10 @@ device_preconfig # //// zsh configuration //////////////////////////////////////////////////// # +export HISTFILE="$HOME/.zsh_history" +export SAVEHIST=1000 +export HISTSIZE=2000 + autoload -Uz select-word-style select-word-style bash |