From 9546b66dabfc492a2add76ddaf7ca700d2599bce Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 15 Dec 2013 00:49:16 -0500 Subject: Source zsh_command_not_found --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 09362987..f58a1b54 100644 --- a/.zshrc +++ b/.zshrc @@ -22,6 +22,8 @@ colors # Libs +[[ -f /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found + source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) ZSH_HIGHLIGHT_STYLES[builtin]='none' -- cgit 1.4.1