# Make vim the default editor
export EDITOR="vim"
export PATH=$HOME/bin:/usr/local/bin:$PATH
export HOMEBREW_CASK_OPTS="--appdir=/Applications"