Skip to content

Instantly share code, notes, and snippets.

@joselo
Last active December 30, 2016 21:15
Show Gist options
  • Save joselo/1199609 to your computer and use it in GitHub Desktop.
Save joselo/1199609 to your computer and use it in GitHub Desktop.
my promnt
export PS1='\w$(__git_ps1 " \[\033[01;33m\](%s)")\[\033[00m\]\$ '
# ArchLinux
source /usr/share/git/completion/git-completion.bash
source /usr/share/git/completion/git-prompt.sh
PS1='\w$(__git_ps1 " \[\033[01;33m\](%s)")\[\033[00m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment