diff options
| author | Anton Bobov <abobov@gmail.com> | 2011-12-08 00:51:54 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2011-12-08 00:51:54 +0600 |
| commit | b6100f3d579a62bde9cb8072b2848b367c6ad2e1 (patch) | |
| tree | 65c0316ea594a25b3ca18b4d6c3d3008ff24492b /files/.zsh | |
| parent | 9deee7832fdbc85fcda126a160b29c3133702a0e (diff) | |
Add debian command not found
Diffstat (limited to 'files/.zsh')
| -rw-r--r-- | files/.zsh/zshrc | 4 |
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 |
