aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/type.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/type.fish')
-rw-r--r--share/functions/type.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/type.fish b/share/functions/type.fish
index 02a84341..138783f7 100644
--- a/share/functions/type.fish
+++ b/share/functions/type.fish
@@ -120,7 +120,7 @@ function type --description "Print the type of a command"
if test $multi != yes
set paths (command -s -- $i)
else
- set paths (which -a -- $i ^/dev/null)
+ set paths (command which -a -- $i ^/dev/null)
end
for path in $paths
set res 0