Enable command-not-found.

This commit is contained in:
David Tomaschik
2015-10-27 09:13:51 -07:00
parent ef887ed209
commit cb6ca10f6f

View File

@@ -31,7 +31,7 @@ if [ -d $HOME/.oh-my-zsh ] ; then
ZSH=$HOME/.oh-my-zsh ZSH=$HOME/.oh-my-zsh
ZSH_THEME="matir" ZSH_THEME="matir"
ZSH_CUSTOM="$HOME/.zsh_custom" ZSH_CUSTOM="$HOME/.zsh_custom"
plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv) plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv command-not-found)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
unset ZSH_THEME unset ZSH_THEME
unset ZSH_CUSTOM unset ZSH_CUSTOM