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

7 lines
133 B
Fish
Raw Normal View History

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