Skip to content

Instantly share code, notes, and snippets.

@stephenfjohnson
Created January 27, 2017 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenfjohnson/a281e8bd4c29f9ecc08e111b16e30d34 to your computer and use it in GitHub Desktop.
Save stephenfjohnson/a281e8bd4c29f9ecc08e111b16e30d34 to your computer and use it in GitHub Desktop.
Emoji Bash Profile
git_branch='`git rev-parse --abbrev-ref HEAD 2> /dev/null | sed s/^/\ \|\ /`'
emojis=(☠️ 🍺 🎲 πŸ’° βš”οΈ πŸ”ͺ πŸ’΄ πŸ’£ 🚬 πŸ‘» 😈 πŸ™ 🀑 πŸ’€ πŸ₯Š βš—οΈ πŸ’­ πŸ™ πŸ›³ 🍻 πŸ₯ƒ πŸ₯‚)
emoji='`echo ${emojis[$RANDOM % 22]}`'
PS1="\[\033[0;36m\]\T | \W$git_branch \n$emoji > \[\e[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment