This commit is contained in:
Lx Yu 2012-10-22 03:17:09 -07:00
commit c74562acdf

View file

@ -2,4 +2,6 @@
# as seen in http://www.porcheron.info/command-not-found-for-zsh/
# this is installed in Ubuntu
source /etc/zsh_command_not_found
if [[ -f "/etc/zsh_command_not_found" ]]; then
source /etc/zsh_command_not_found
fi