oh-my-fish_theme-bobthefish/functions/fish_greeting.fish
Justin Hileman 4f0b0a5638 Switch type -fq out for command -q.
This has been available since fish 2.5 (~2017) so we're probably fine.
2024-04-20 23:58:40 -04:00

10 lines
174 B
Fish

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