From bd4b1c2a83ececafff0f442eff4616f67b411027 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sun, 13 Mar 2016 19:06:55 -0500 Subject: [PATCH] add command-not-found plugin --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 12c583b..2c53680 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(extract tmux tmuxinator timetrap git github git-flow ruby gem rvm rails bundler heroku ssh-agent npm nvm golang drush composer symfony2 vagrant knife docker docker-compose) +plugins=(extract command-not-found tmux tmuxinator timetrap git github git-flow ruby gem rvm rails bundler heroku ssh-agent npm nvm golang drush composer symfony2 vagrant knife docker docker-compose) # Python/ virtualenv if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then