Created
January 5, 2018 15:58
-
-
Save ntnbst/83895109b5339f5b8775949b59433783 to your computer and use it in GitHub Desktop.
Change Git 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
PS1='\[\033]0;Terminal: ${PWD//[^[:ascii:]]/?}\007\]' # set window title | |
PS1="$PS1"'\n' # new line | |
PS1="$PS1"'\[\033[33m\]' # change to green | |
PS1="$PS1"'❯' # -> | |
PS1="$PS1"'\W ❯' | |
PS1="$PS1"'\[\033[0m\]' # change color | |
MSYS2_PS1="$PS1" # for detection by MSYS2 SDK's bash.basrc | |
# 🎵 💎⭐🔥➤ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment