aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-23 04:49:56 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-23 04:49:56 +1000
commitc323fc226f4d562b70b79c74f788b70648fdae41 (patch)
treece0aa7b5cb9b060f0c4806490370687ce95cdff9 /share
parent176c1a487b89d4450be47f921034571233ab1740 (diff)
Add support for changing token separator in command substitution. IT is not the first character of IFS, same as in various other shells
darcs-hash:20070422184956-ac50b-7e03b375feb9fd22e11aa7a7d8f8add8e3b717a5.gz
Diffstat (limited to 'share')
-rw-r--r--share/config.fish.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/config.fish.in b/share/config.fish.in
index 1071a851..681c9099 100644
--- a/share/config.fish.in
+++ b/share/config.fish.in
@@ -6,6 +6,12 @@
# @configure_input@
#
+# Set default field separators
+#
+
+set -g IFS \n\ \t
+
+#
# Set default search paths for completions and shellscript functions
# unless they already exist
#