Skip to content

Instantly share code, notes, and snippets.

@zecka
Created July 25, 2019 11:12
Show Gist options
  • Save zecka/ef46e8f8bba4295c9f1529b87d79d795 to your computer and use it in GitHub Desktop.
Save zecka/ef46e8f8bba4295c9f1529b87d79d795 to your computer and use it in GitHub Desktop.
Fish Greeting Octree
function fish_greeting
echo ' '(set_color F00)'
'(set_color c01232)' _______ _______ _________ _______ _______ _______
'(set_color af1132)'( ___ )( ____ \\__ __/( ____ )( ____ \( ____ \
'(set_color 9c1133)'| ( ) || ( \/ ) ( | ( )|| ( \/| ( \/
'(set_color 880f34)'| | | || | | | | (____)|| (__ | (__
'(set_color 770e33)'| | | || | | | | __)| __) | __)
'(set_color 6d0e34)'| | | || | | | | (\ ( | ( | (
'(set_color 550d34)'| (___) || (____/\ | | | ) \ \__| (____/\| (____/\
'(set_color 550d34)'(_______)(_______/ )_( |/ \__/(_______/(_______/ '(set_color 46092a)'
'(set_color 550d34)' '(set_color 550d34)'
'(set_color 550d34)' ================================================ '(set_color 550d34)'
'(set_color 550d34)' Uptime:'(set_color white)(uptime | sed 's/.*up \([^,]*\), .*/\1/')(set_color yellow)' | Version: '(set_color white)(echo $FISH_VERSION)'
'(set_color 550d34)' '(set_color 550d34)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment