Change theme for fish to bobthefish #fishshell

This commit is contained in:
Colin Powell
2019-01-10 09:35:46 -05:00
parent 8f25c5e5ce
commit cbbffe7f60
10 changed files with 920 additions and 12 deletions

View File

@ -0,0 +1,6 @@
function fish_greeting -d "What's up, fish?"
set_color $fish_color_autosuggestion
uname -nmsr
uptime
set_color normal
end