]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/plugins/command-not-found/command-not-found.plugin.zsh
merge oh-my-zsh into subdir
[dotfiles.git] / zsh / plugins / command-not-found / command-not-found.plugin.zsh
diff --git a/zsh/plugins/command-not-found/command-not-found.plugin.zsh b/zsh/plugins/command-not-found/command-not-found.plugin.zsh
new file mode 100644 (file)
index 0000000..567da1b
--- /dev/null
@@ -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
+
+[[ -e /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found