Change theme for fish to bobthefish #fishshell
This commit is contained in:
6
config/fish/functions/fish_greeting.fish
Normal file
6
config/fish/functions/fish_greeting.fish
Normal file
@ -0,0 +1,6 @@
|
||||
function fish_greeting -d "What's up, fish?"
|
||||
set_color $fish_color_autosuggestion
|
||||
uname -nmsr
|
||||
uptime
|
||||
set_color normal
|
||||
end
|
||||
Reference in New Issue
Block a user