This commit is contained in:
Dima Gerasimov 2016-01-15 17:16:22 +00:00
commit eb08282706

View file

@ -23,3 +23,9 @@ if [ -f /usr/libexec/pk-command-not-found ]; then
return $retval
}
fi
# OSX (brew) command-not-found suport. You must install the brew package first:
# https://github.com/Homebrew/homebrew-command-not-found
if [[ -e /usr/local/bin/brew ]] && (brew command command-not-found-init > /dev/null); then
eval "$(brew command-not-found-init)"
fi