Created
December 1, 2012 17:27
-
-
Save mariusbutuc/4183351 to your computer and use it in GitHub Desktop.
Make git nicer
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
# Git tab completion | |
source ~/git-completion.bash | |
# Show branch in status line | |
PS1='[\W$(__git_ps1 " (%s)")]\$ ' | |
export PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/~}\007"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment