diff --git a/.zshrc b/.zshrc index e934a73..b532692 100644 --- a/.zshrc +++ b/.zshrc @@ -52,7 +52,7 @@ ZSH_CUSTOM=${HOME}/.config/zsh-custom # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git zsh-autosuggestions zsh-syntax-highlighting) +plugins=(git per-directory-history zsh-autosuggestions zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh