prezto/plugins/command-not-found/init.zsh
2012-02-02 18:30:07 -05:00

12 lines
206 B
Bash

#
# Displays installation information for not found commands.
#
# Authors:
# Joseph Jon Booker <joe@neoturbine.net>
#
if [[ -f /etc/zsh_command_not_found ]]; then
source /etc/zsh_command_not_found
fi