feat(fish): Remove fastfetch from greeting function

This commit is contained in:
ulic-youthlic 2025-10-12 20:34:22 +08:00
parent 9fbcd61b14
commit 4a6dbe67fa
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -38,9 +38,7 @@ in
onEvent = "fish_command_not_found"; onEvent = "fish_command_not_found";
}; };
fish_greeting = { fish_greeting = {
body = '' body = '''';
fastfetch
'';
}; };
}; };
shellInitLast = # fish shellInitLast = # fish