1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-06 08:29:44 +00:00
prezto/plugins/command-not-found/command-not-found.plugin.zsh
2012-01-23 20:40:15 -05:00

9 lines
228 B
Bash

# Uses the command-not-found package ZSH support as seen in
# http://www.porcheron.info/command-not-found-for-zsh/ and
# installed in Ubuntu.
if [[ -f /etc/zsh_command_not_found ]]; then
source /etc/zsh_command_not_found
fi