Change theme for fish, yet again #fishshell

This commit is contained in:
Colin Powell
2019-02-25 21:40:59 -05:00
parent ac22ba3f0b
commit 48d42c55a2
9 changed files with 436 additions and 153 deletions

View File

@ -1,6 +1,13 @@
# Set global color styles, for example:
#
# function cyan_error
# set_color -o red
# end
#
# function cyan_normal
# set_color normal
#
function fish_greeting -d "what's up, fish?"
set_color $fish_color_autosuggestion[1]
uname -npsr
uptime
set_color normal
bash (dirname (status -f))/archey.sh
end