disable greeting message
This commit is contained in:
parent
f73ada358b
commit
8d0314e0aa
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
"gs" = "git status --short";
|
||||
"gss" = "git status";
|
||||
};
|
||||
|
||||
shellInit = ''
|
||||
set fish_greeting
|
||||
'';
|
||||
};
|
||||
|
||||
programs.fzf.enableFishIntegration = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue