1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 16:20:27 +00:00
prezto/modules/command-not-found/init.zsh
2012-05-05 18:08:25 -04:00

12 lines
206 B
Bash

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