oh-my-fish_theme-bobthefish/fish_greeting.fish
2014-05-14 12:50:14 -04:00

7 lines
133 B
Fish

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