Created
September 14, 2011 20:01
-
-
Save peinwag/1217619 to your computer and use it in GitHub Desktop.
.bash_profile
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
export CLICOLOR=1 | |
if [ -f `brew --prefix`/etc/bash_completion ]; then | |
. `brew --prefix`/etc/bash_completion | |
fi | |
PS1='\u@\h:\w $(vcprompt)\$ ' | |
alias ll='ls -la' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lonely is the night