Update fish theme and new functions #fish

This commit is contained in:
Colin Powell
2019-06-21 00:03:44 -04:00
parent 882f54c4d0
commit 9f7cee08f8
8 changed files with 1271 additions and 190 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 uptime
set_color normal
end