Switch fish to batman theme #fishfile

This commit is contained in:
Colin Powell
2019-02-15 09:26:26 -05:00
parent be745cc8f5
commit 6146684138
40 changed files with 89 additions and 1459 deletions

View File

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