move files to support fisher plugin standards (#293)

This commit is contained in:
Nathan Gilbert
2021-01-23 11:47:21 -07:00
committed by GitHub
parent 12b829e0bf
commit 954fbc961b
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
function fish_greeting -d "What's up, fish?"
set_color $fish_color_autosuggestion
uname -nmsr
# TODO: `command -q -s` only works on fish 2.5+, so hold off on that for now
command -s uptime >/dev/null
and command uptime
set_color normal
end