Move to new theme for #fish

This commit is contained in:
Colin Powell
2019-02-22 15:09:05 -05:00
parent 7e4492f11b
commit f661543061
7 changed files with 162 additions and 66 deletions

View File

@ -1,3 +1,6 @@
function fish_greeting
echo (__batman_color_dim)(uname -mnprs)(__batman_color_off)
function fish_greeting -d "what's up, fish?"
set_color $fish_color_autosuggestion[1]
uname -npsr
uptime
set_color normal
end