diff options
author | June McEnroe <programble@gmail.com> | 2013-12-15 00:49:16 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-12-15 00:49:16 -0500 |
commit | 9546b66dabfc492a2add76ddaf7ca700d2599bce (patch) | |
tree | d7299493a0eed66a66b3a77aa9f503cddb5bcfb2 | |
parent | Add .gtkrc to fix thick borders in maximized gvim (diff) | |
download | src-9546b66dabfc492a2add76ddaf7ca700d2599bce.tar.gz src-9546b66dabfc492a2add76ddaf7ca700d2599bce.zip |
Source zsh_command_not_found
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
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' |