add fish_greeting

This commit is contained in:
Mark Lowne 2020-02-11 18:30:00 +01:00
parent e61c7cee2a
commit 59025226f9

7
fish_greeting.fish Normal file
View File

@ -0,0 +1,7 @@
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