Skip to content

Instantly share code, notes, and snippets.

@yveshwang
Created October 12, 2015 07:32
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 yveshwang/787cfaf4ed8f61266e81 to your computer and use it in GitHub Desktop.
Save yveshwang/787cfaf4ed8f61266e81 to your computer and use it in GitHub Desktop.
eval "$(rbenv init -)"
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
export PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"
if which jenv > /dev/null; then eval "$(jenv init -)"; fi
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
export DOCKER_CERT_PATH=/Users/yveshwang/.boot2docker/certs/boot2docker-vm
export DOCKER_TLS_VERIFY=1
export DOCKER_HOST=tcp://192.168.59.103:2376
# source AWS credential
source /usr/local/share/zsh/site-functions/_aws
[[ -n "$SSH_CLIENT" ]] || export DEFAULT_USER="yveshwang"
# added thefuck support
alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment