Skip to content

Instantly share code, notes, and snippets.

@mariusbutuc
Created December 1, 2012 17:27
Show Gist options
  • Save mariusbutuc/4183351 to your computer and use it in GitHub Desktop.
Save mariusbutuc/4183351 to your computer and use it in GitHub Desktop.
Make git nicer
# 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