summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
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'