diff options
author | Claus Witt <claus@wittnezz.dk> | 2010-11-24 11:06:05 +0100 |
---|---|---|
committer | Claus Witt <claus@wittnezz.dk> | 2010-11-24 11:06:05 +0100 |
commit | a116b6f75a036aad60bd506eb76d153ce7286f72 (patch) | |
tree | aa21a7effb1820d2e29d9bf37bbadcd43ff39ae9 /plugins/command-not-found/command-not-found.plugin.zsh | |
parent | bdaf872ce6e411f881e5e6138fc61a9c1645e67a (diff) | |
parent | 583c984a864969579a0c258528ae93f9529308d4 (diff) | |
download | zsh-a116b6f75a036aad60bd506eb76d153ce7286f72.tar.gz zsh-a116b6f75a036aad60bd506eb76d153ce7286f72.tar.bz2 zsh-a116b6f75a036aad60bd506eb76d153ce7286f72.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/command-not-found/command-not-found.plugin.zsh')
-rw-r--r-- | plugins/command-not-found/command-not-found.plugin.zsh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/command-not-found/command-not-found.plugin.zsh b/plugins/command-not-found/command-not-found.plugin.zsh new file mode 100644 index 000000000..5ab03d5a9 --- /dev/null +++ b/plugins/command-not-found/command-not-found.plugin.zsh @@ -0,0 +1,5 @@ +# Uses the command-not-found package zsh support +# as seen in http://www.porcheron.info/command-not-found-for-zsh/ +# this is installed in Ubuntu + +source /etc/zsh_command_not_found |