Skip to content

Instantly share code, notes, and snippets.

@macroscopicentric
Last active August 29, 2015 14:23
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 macroscopicentric/9646733c5173fe65e94f to your computer and use it in GitHub Desktop.
Save macroscopicentric/9646733c5173fe65e94f to your computer and use it in GitHub Desktop.
My dotfiles.
PATH=/usr/local/bin:$PATH
PATH=/Applications/Postgres93.app/Contents/MacOS/bin:$PATH
PATH=/usr/local/heroku/bin:$PATH
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
source /usr/local/bin/virtualenvwrapper.sh
PS1='\[\033[36m\]\W \[\033[00m\]👑 '
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
alias ll="ls -la"
alias ltree="ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'"
export PYTHONSTARTUP=~/prompt.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment