feat(fish): disable fish greeting by default

- Added `set fish_greeting` to disable the default greeting in interactive shell initialization.
- Simplifies the shell startup experience for users.
This commit is contained in:
Harald Hoyer 2025-09-28 09:23:08 +02:00
parent 440cf540eb
commit 6ab42d52fe

View file

@ -18,6 +18,7 @@ in
programs.fish = {
enable = true;
interactiveShellInit = ''
set fish_greeting # Disable greeting
function msh --wraps mosh --description 'mosh with tmux'
if not set -q argv[1]
echo 'Usage: msh [user@]host [command]'