From b6100f3d579a62bde9cb8072b2848b367c6ad2e1 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 8 Dec 2011 00:51:54 +0600 Subject: Add debian command not found --- files/.zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'files') 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 -- cgit v1.2.3