Enable per directory history.
This commit is contained in:
parent
79210f8ee6
commit
35e5547b9b
2
.zshrc
2
.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user