diff --git a/fish_greeting.fish b/fish_greeting.fish new file mode 100644 index 0000000..8de9f42 --- /dev/null +++ b/fish_greeting.fish @@ -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