fixup! alias: fix indentation

This commit is contained in:
Johannes Altmanninger
2025-06-23 14:18:15 +02:00
parent 096f225579
commit 06646998db

View File

@@ -67,7 +67,7 @@ function alias --description 'Creates a function wrapping a command'
end
# The function definition in split in two lines to ensure that a '#' can be put in the body.
echo "function $name $wraps --description $cmd_string"\n"$body \$argv"\n"end" | source
echo "function $name $wraps --description $cmd_string"\n" $body \$argv"\n"end" | source
if set -q _flag_save
funcsave $name
end