This commit is contained in:
Stanislav Vorobyev 2012-09-03 06:12:49 -07:00
commit 2f1bf2804d

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