Skip to content

Instantly share code, notes, and snippets.

View peinwag's full-sized avatar
:octocat:

Patrick Einwag peinwag

:octocat:
View GitHub Profile
@peinwag
peinwag / .bash_profile
Created September 14, 2011 20:01
.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'