diff options
author | Robby Russell <robby@planetargon.com> | 2010-11-19 10:48:07 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-11-19 10:48:07 -0800 |
commit | e2cd26c72ed7d111ba53ea74109ad9b8e8d3d2b3 (patch) | |
tree | 3720c3f21f68d8cd5235d349542fb177255d5a0e /plugins/command-not-found | |
parent | 8bda5d185aedefb08bf3f98c8e930cc1f380370d (diff) | |
parent | baa46b39e34a88da00f19411841ca9456fac4493 (diff) | |
download | zsh-e2cd26c72ed7d111ba53ea74109ad9b8e8d3d2b3.tar.gz zsh-e2cd26c72ed7d111ba53ea74109ad9b8e8d3d2b3.tar.bz2 zsh-e2cd26c72ed7d111ba53ea74109ad9b8e8d3d2b3.zip |
Merge branch 'joerc' of https://github.com/sargas/oh-my-zsh into sargas-joerc
Diffstat (limited to 'plugins/command-not-found')
-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 |