lowne_fish-prompt-metro/fish_greeting.fish

8 lines
182 B
Fish
Raw Normal View History

2020-02-11 17:30:00 +00:00
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