Skip to content

Instantly share code, notes, and snippets.

@otukutun
Created April 16, 2014 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otukutun/10890087 to your computer and use it in GitHub Desktop.
Save otukutun/10890087 to your computer and use it in GitHub Desktop.
alias vi='vim'
alias ll="ls -l"
#import git-prompt
source ~/.git-prompt.sh
#import git-completion.bash
source ~/.git-completion.bash
GIT_PS1_SHOWDIRTYSTATE=true
export PS1='\[\033[32m\]\u@\h\[\033[00m\]:\[\033[34m\]\W\[\033[31m\]$(__git_ps1)\[\033[00m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment