]> git.rmz.io Git - dotfiles.git/blob - 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
1 # Uses the command-not-found package zsh support
2 # as seen in http://www.porcheron.info/command-not-found-for-zsh/
3 # this is installed in Ubuntu
4
5 [[ -e /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found