1
0
mirror of https://github.com/oh-my-fish/theme-bobthefish.git synced 2024-10-27 20:34:23 +00:00
oh-my-fish_theme-bobthefish/fish_greeting.fish

7 lines
130 B
Fish
Raw Normal View History

2013-10-16 01:41:19 +00:00
function fish_greeting -d "what's up, fish?"
set_color $fish_color_autosuggestion
uname -nmsr
2013-09-18 06:17:15 +00:00
uptime
set_color normal
end