diff --git a/share/config_interactive.fish.in b/share/config_interactive.fish.in index 87564d99b..255c0dc98 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