diff options
author | June McEnroe <june@causal.agency> | 2013-12-15 00:49:16 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-12-15 00:49:16 -0500 |
commit | 247e7336b2e5a11a92182a29c6df4aedad54dea8 (patch) | |
tree | 865be4763872a2326c86a6e79cb99839d11bf45d /.zshrc | |
parent | Add .gtkrc to fix thick borders in maximized gvim (diff) | |
download | src-247e7336b2e5a11a92182a29c6df4aedad54dea8.tar.gz src-247e7336b2e5a11a92182a29c6df4aedad54dea8.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 dae1abc1..ddf1dd16 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' |