prezto/modules/command-not-found/init.zsh

12 lines
210 B
Bash
Raw Normal View History

2012-02-01 12:37:51 +08:00
#
# Displays installation information for not found commands.
#
# Authors:
# Joseph Jon Booker <joe@neoturbine.net>
#
2011-08-31 11:16:15 +08:00
2012-05-21 05:47:07 +08:00
if [[ -s '/etc/zsh_command_not_found' ]]; then
source '/etc/zsh_command_not_found'
2011-08-31 11:16:15 +08:00
fi
2010-10-26 05:02:16 +08:00