Enable per directory history.

This commit is contained in:
Mikaël Capelle 2017-04-03 14:30:00 +02:00
parent 79210f8ee6
commit 35e5547b9b

2
.zshrc
View File

@ -52,7 +52,7 @@ ZSH_CUSTOM=${HOME}/.config/zsh-custom
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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 source $ZSH/oh-my-zsh.sh