Created
January 18, 2021 20:27
-
-
Save stordahl/44125b6c83a7fe982f837a491f1d9a47 to your computer and use it in GitHub Desktop.
kawaii bash prompt ^_^
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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