Skip to content

Instantly share code, notes, and snippets.

@peinwag
Created September 14, 2011 20:01
Show Gist options
  • Save peinwag/1217619 to your computer and use it in GitHub Desktop.
Save peinwag/1217619 to your computer and use it in GitHub Desktop.
.bash_profile
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'
@peinwag
Copy link
Author

peinwag commented Mar 5, 2012

lonely is the night

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment