Skip to content

Instantly share code, notes, and snippets.

@ntnbst
Created January 5, 2018 15:58
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 ntnbst/83895109b5339f5b8775949b59433783 to your computer and use it in GitHub Desktop.
Save ntnbst/83895109b5339f5b8775949b59433783 to your computer and use it in GitHub Desktop.
Change Git Prompt
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