aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/config_interactive.fish.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-23 01:57:59 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-23 01:57:59 +1000
commit287ab597cafbbaca05af3c84c39cf577cb9b2604 (patch)
treef0588c5b313deba7d32241e3504a9a64ec145a70 /share/config_interactive.fish.in
parentc313f21066bfc1925676d2ba79f3dd7ab2ba304a (diff)
Remove extra whitespace from warning message on directory transition
darcs-hash:20061022155759-ac50b-e1cd50b1b0d05413ad6e4d6c06a0f005e17d6976.gz
Diffstat (limited to 'share/config_interactive.fish.in')
-rw-r--r--share/config_interactive.fish.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/config_interactive.fish.in b/share/config_interactive.fish.in
index 87564d99..255c0dc9 100644
--- a/share/config_interactive.fish.in
+++ b/share/config_interactive.fish.in
@@ -53,7 +53,7 @@ if not set -q __fish_init_1_22_0
set fish_function_path (printf "%s\n" $fish_function_path|sed -e "s|$HOME/.fish.d/|$configdir/fish/|")
set fish_complete_path (printf "%s\n" $fish_complete_path|sed -e "s|$HOME/.fish.d/|$configdir/fish/|")
- printf (_ "\nWARNING\n\nThe location for fish configuration files has changed to %s.\nYour old files have been moved to this location.\n You can change to a different location by changing the value of the variable \$XDG_CONFIG_HOME.\n\n") $configdir
+ printf (_ "\nWARNING\n\nThe location for fish configuration files has changed to %s.\nYour old files have been moved to this location.\nYou can change to a different location by changing the value of the variable \$XDG_CONFIG_HOME.\n\n") $configdir
end ^/dev/null
end