Added some missing calls to setup_fork_guards() in utilities.

Made echo a builtin
This commit is contained in:
ridiculousfish
2012-03-07 11:35:22 -08:00
parent 8ed20f3c28
commit ce859c9e92
7 changed files with 40 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ function __fish_config_interactive -d "Initializations that should be performed
end
else
# Ubuntu Feisty places this command in the regular path instead
if type -p command-not-found >/dev/null
if which command-not-found >/dev/null
function fish_command_not_found_handler --on-event fish_command_not_found
command-not-found $argv
end