remove fish_greeting as it doesn't belong here

This commit is contained in:
Mark Lowne 2020-03-03 16:10:26 +01:00
parent c3ebf028eb
commit b705b4a23f

View File

@ -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