Skip to content

Instantly share code, notes, and snippets.

@OTL
Created December 24, 2020 02:26
Show Gist options
  • Save OTL/328211cf54f1ff8c795f0d207cbf61b3 to your computer and use it in GitHub Desktop.
Save OTL/328211cf54f1ff8c795f0d207cbf61b3 to your computer and use it in GitHub Desktop.
.bashrc for git
if [ -f /etc/bash_completion.d/git-prompt ]; then
export PS1='\[\033[01;32m\]\u@\h\[\033[01;33m\] \w$(__git_ps1) \n\[\033[01;34m\]\$\[\033[00m\] '
else
export PS1='\[\033[01;32m\]\u@\h\[\033[01;33m\] \w \n\[\033[01;34m\]\$\[\033[00m\] '
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment