From aae87456fd434831cab47f319d9e7b1f57baacd0 Mon Sep 17 00:00:00 2001 From: Armin Date: Mon, 30 Mar 2015 21:35:43 +0200 Subject: [PATCH] add command-not-found plugin --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index fc615900c..cfe75e017 100644 --- a/zshrc +++ b/zshrc @@ -25,7 +25,7 @@ DISABLE_COMPLETION_WAITING_DOTS="true" # bool # plugins to load (array) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git) +plugins=(git command-not-found) # Customize to your needs...