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