aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/type.fish
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-09-08 23:35:29 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-09-08 23:35:29 -0700
commitf22864b813bca0ded5a79c7914d06187acc9afd9 (patch)
tree6f164fec426d6f1ff4e143a5ca46f092160ec417 /share/functions/type.fish
parent22fd8e65adaf823a16eff4cd5f283b1f831bfedf (diff)
Ensure `type` still works if $IFS is unset
Diffstat (limited to 'share/functions/type.fish')
-rw-r--r--share/functions/type.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/functions/type.fish b/share/functions/type.fish
index e7bc7b28..69c15186 100644
--- a/share/functions/type.fish
+++ b/share/functions/type.fish
@@ -6,6 +6,7 @@ function type --description "Print the type of a command"
set -l mode normal
set -l multi no
set -l selection all
+ set -l IFS \n\ \t
# Parse options
set -l names