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...