You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish_theme-bobthefish/functions/fish_greeting.fish

10 lines
174 B

function fish_greeting -d "What's up, fish?"
set_color $fish_color_autosuggestion
uname -nmsr
command -q uptime
and command uptime
set_color normal
end