🧑💻 chore: Finally override the default fish_greeting
This commit is contained in:
parent
a6a68720b8
commit
1093f04a2a
1 changed files with 5 additions and 0 deletions
5
.config/fish/functions/fish_greeting.fish
Normal file
5
.config/fish/functions/fish_greeting.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function fish_greeting
|
||||
fortune | cowsay | lolcat
|
||||
end
|
Loading…
Reference in a new issue