oh-my-fish/themes/scorphish/fish_greeting.fish

7 lines
133 B
Fish
Raw Normal View History

2015-05-01 23:40:33 -03:00
function fish_greeting -d "what's up, fish?"
set_color $fish_color_autosuggestion[1]
uname -npsr
uptime
set_color normal
end