aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar adisbladis <adis@blad.is>2012-05-30 21:08:44 +0200
committerGravatar adisbladis <adis@blad.is>2012-05-30 21:08:44 +0200
commit377d93d1cf56080d345611fe0faedae1e9ded1fe (patch)
tree9391e6a6c409528d95262ea0af8a32d73eec530c /share
parent19d14c7c3a5dd35649c10b0701588d8210380200 (diff)
Missing -s to which fixed
Diffstat (limited to 'share')
-rw-r--r--share/functions/__fish_config_interactive.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
index b0ce6c85..564d215f 100644
--- a/share/functions/__fish_config_interactive.fish
+++ b/share/functions/__fish_config_interactive.fish
@@ -226,7 +226,7 @@ function __fish_config_interactive -d "Initializations that should be performed
end
else
# Ubuntu Feisty places this command in the regular path instead
- if which -s command-not-found
+ if which command-not-found > /dev/null 2> /dev/null
function fish_command_not_found_handler --on-event fish_command_not_found
command-not-found $argv
end