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