From 49530412b64e8f459b37f9bcc86463ddd3953b22 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Wed, 1 Aug 2018 20:21:54 -0500 Subject: [PATCH] Remove per-dir-history. It got more in the way than anything --- shell/zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/zshrc b/shell/zshrc index 7e6ba63..29374fe 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -70,7 +70,6 @@ COMPLETION_WAITING_DOTS="true" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=(git \ - per-directory-history \ virtualenvwrapper \ nyan \ catimg)