oh-my-fish/themes/bobthefish/fish_greeting.fish
2013-09-26 12:46:14 -07:00

7 lines
111 B
Fish

function fish_greeting
set_color $fish_color_autosuggestion[1]
uname -npsr
uptime
set_color normal
end