oh-my-fish_theme-bobthefish/fish_greeting.fish
2019-01-13 09:56:20 -08:00

7 lines
138 B
Fish

function fish_greeting -d "What's up, fish?"
set_color $fish_color_autosuggestion
uname -nmsr
uptime
set_color normal
end