mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Use command uptime
to avoid coloured output when using grc plugin
This commit is contained in:
parent
94cb2bb8f0
commit
97eebdcdcd
@ -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
|
# TODO: `command -q -s` only works on fish 2.5+, so hold off on that for now
|
||||||
command -s uptime >/dev/null
|
command -s uptime >/dev/null
|
||||||
and uptime
|
and command uptime
|
||||||
|
|
||||||
set_color normal
|
set_color normal
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user