diff --git a/zshrc b/zshrc index d954527..5afb531 100644 --- a/zshrc +++ b/zshrc @@ -3,6 +3,11 @@ setopt interactivecomments # disable ^S ^Q stty stop undef start undef +# history +HISTFILE=~/.zsh_history +HISTSIZE=1000 # memory +SAVEHIST=1000 # file +setopt appendhistory ## Input # use vim mode