aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2011-12-08 00:51:54 +0600
committerAnton Bobov <abobov@gmail.com>2011-12-08 00:51:54 +0600
commitb6100f3d579a62bde9cb8072b2848b367c6ad2e1 (patch)
tree65c0316ea594a25b3ca18b4d6c3d3008ff24492b /files
parent9deee7832fdbc85fcda126a160b29c3133702a0e (diff)
Add debian command not found
Diffstat (limited to 'files')
-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