From 35e5547b9b15e9e266fb947f95355204cdecb685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Mon, 3 Apr 2017 14:30:00 +0200 Subject: [PATCH] Enable per directory history. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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