lowne_fish-prompt-metro/fish_greeting.fish
2020-02-11 18:30:00 +01:00

8 lines
182 B
Fish

function fish_greeting
set_color $fish_color_autosuggestion
uname -nmsr
command -qs uptime; and command uptime
echo (id -un)'@'(hostname -s)
set_color normal
end