Created
August 25, 2010 09:55
-
-
Save next2you/549210 to your computer and use it in GitHub Desktop.
dot files for git shell
This file contains 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
# prerequisite: | |
# mkdir -p ~/Library/init; cd ~/Library/init; git clone http://github.com/marcoow/dotfiles.git | |
source ~/Library/init/dotfiles/.bash_completion.d/git-completion.bash | |
export PS1='\[\033[1;39m\]\u@\W$(__git_ps1 " [\[\033[1;34m\]%s\[\033[1;39m\]]") > ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment