aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/.zsh/zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/.zsh/zshrc b/files/.zsh/zshrc
index 923df6e..e914e48 100644
--- a/files/.zsh/zshrc
+++ b/files/.zsh/zshrc
@@ -17,3 +17,7 @@ if [ -d "$local_dir" ] ; then
source "$zshrc_snippet"
done
fi
+
+if [ -f "/etc/zsh_command_not_found" ] ; then
+ source /etc/zsh_command_not_found
+fi