From b705b4a23faab84841020e9bea8403337f268a23 Mon Sep 17 00:00:00 2001 From: Mark Lowne Date: Tue, 3 Mar 2020 16:10:26 +0100 Subject: [PATCH] remove `fish_greeting` as it doesn't belong here --- fish_greeting.fish | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 fish_greeting.fish 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