oh-my-fish_theme-bobthefish/fish_greeting.fish
2016-05-15 21:26:08 -07:00

7 lines
130 B
Fish

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