diff --git a/templates/zshrc.sh b/templates/zshrc.sh index 470f664..3a0c11a 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -32,6 +32,10 @@ plugins=(command-not-found common-aliases debian dirhistory git history history- export PATH=$HOME/bin:/usr/local/bin:$PATH # export MANPATH="/usr/local/man:$MANPATH" +export HISTFILESIZE= +export HISTSIZE= +export HISTFILE=~/.history + source $ZSH/oh-my-zsh.sh if [ -f ~/.config/zsh-config/templates/bash_aliases.sh ]; then