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:
parent
440cf540eb
commit
6ab42d52fe
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ in
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
set fish_greeting # Disable greeting
|
||||||
function msh --wraps mosh --description 'mosh with tmux'
|
function msh --wraps mosh --description 'mosh with tmux'
|
||||||
if not set -q argv[1]
|
if not set -q argv[1]
|
||||||
echo 'Usage: msh [user@]host [command]'
|
echo 'Usage: msh [user@]host [command]'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue