add command-not-found plugin

This commit is contained in:
Armin 2015-03-30 21:35:43 +02:00
commit aae87456fd

2
zshrc
View file

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