Skip to content

Instantly share code, notes, and snippets.

@stordahl
Created January 18, 2021 20:27
Show Gist options
  • Save stordahl/44125b6c83a7fe982f837a491f1d9a47 to your computer and use it in GitHub Desktop.
Save stordahl/44125b6c83a7fe982f837a491f1d9a47 to your computer and use it in GitHub Desktop.
kawaii bash prompt ^_^
export PS1='\[\e[0;97m\](=^_^=)\[\e[m\] \[\e[0;38;5;194m\]\d\[\e[0m\]:\[\e[m\] \[\e[0m\]\@\[\e[0m\]:\[\e[m\] \[\e[0;38;5;222m\]\w\[\e[m\] \[\e[0m\](\[\e[0;3;38;5;224m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | colrm 1 2)\[\e[0m\])\[\e[m\] \[\e[0m\]#\[\e[0m\]:\[\e[m\] \[\e0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment