oh-my-fish_theme-bobthefish/fish_greeting.fish
Justin Hileman 3b0c6929ff What's up.
2018-03-25 08:58:10 -07:00

7 lines
130 B
Fish

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