-
Notifications
You must be signed in to change notification settings - Fork 13
Setting Git Prompt
Zhamri Che Ani edited this page Nov 11, 2017
·
1 revision
- Paste ALL
source ~/.git-prompt.sh
export PS1='$(__git_ps1 "(%s)") \W $ '
export CLICOLOR=1
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi