config.fish template: add back indentation

Fixes 3e7c5ae399 (__fish_config_interactive: make config file
initialization independent of uvars, 2025-11-24).
This commit is contained in:
Johannes Altmanninger
2026-06-07 22:06:41 +09:00
parent a79ca0cb29
commit 511006833c

View File

@@ -16,7 +16,7 @@ function __fish_migrate
# Create config.fish with some boilerplate if it does not exist
test -e $__fish_config_dir/config.fish || echo "\
if status is-interactive
# Commands to run in interactive sessions can go here
# Commands to run in interactive sessions can go here
end" >$__fish_config_dir/config.fish
set -l mark_migration_done set -U __fish_initialized $migration_version