Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Last active November 20, 2016 20:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennethreitz/cbba83a8ca097f3fa9eac1d9789e1e2c to your computer and use it in GitHub Desktop.
Save kennethreitz/cbba83a8ca097f3fa9eac1d9789e1e2c to your computer and use it in GitHub Desktop.
alias mate='subl -multiinstance'
alias mk=mkvirtualenv
alias vlc='open -a vlc'
alias gitx='gittower "$(git rev-parse --show-toplevel)"'
alias fresh='git commit -m "empty commit" --allow-empty'
alias hfresh='fresh&&git push heroku master'
alias cake='em sparkles cake sparkles'
alias super-cake='em dizzy sparkles cake sparkles dizzy'
# Use personal aliases
source ~/.aliases
# Postgres.app Support
export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
# Autojump support
[[ -s $(brew --prefix)/etc/autojump.sh ]] && . $(brew --prefix)/etc/autojump.sh
# Fortune, just because.
fortune -s | lolcat
# Autoenv, a Kenneth Reitz project™
source /usr/local/opt/autoenv/activate.sh
# Don't write bytecode, Python!
export PYTHONDONTWRITEBYTECODE=1
# Virtualenv
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment