Merge pull request #215 from FMeinicke/master

Use `command uptime` to avoid coloured output when using grc plugin
pull/217/head
Justin Hileman 5 years ago committed by GitHub
commit eb533e75bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save