mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-16 20:11:11 +00:00
12 lines
210 B
Bash
12 lines
210 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
|
|
|