1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 18:10:28 +00:00
prezto/modules/command-not-found/init.zsh

12 lines
206 B
Bash
Raw Normal View History

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