Files
oh-my-fish_theme-bobthefish/functions/fish_greeting.fish

10 lines
174 B
Fish
Raw Normal View History

2018-03-25 08:58:01 -07:00
function fish_greeting -d "What's up, fish?"
2019-01-13 09:56:20 -08:00
set_color $fish_color_autosuggestion
uname -nmsr
2019-01-27 01:19:39 -08:00
command -q uptime
and command uptime
2019-01-27 01:19:39 -08:00
2019-01-13 09:56:20 -08:00
set_color normal
2013-09-17 23:17:15 -07:00
end