Skip to content

Instantly share code, notes, and snippets.

@bcambel
Created January 12, 2015 16:39
Show Gist options
  • Select an option

  • Save bcambel/be08a144ef0faa033f2e to your computer and use it in GitHub Desktop.

Select an option

Save bcambel/be08a144ef0faa033f2e to your computer and use it in GitHub Desktop.
set -x LEIN_SNAPSHOTS_IN_RELEASE y
set -x DOCKER_HOST tcp://192.168.59.103:2376
set -x DOCKER_CERT_PATH /Users/bahadir/.boot2docker/certs/boot2docker-vm
set -x DOCKER_TLS_VERIFY 1
set -x LC_ALL en_US.UTF-8
set -x LANG en_US.UTF-8
alias tigs "tig status"
alias gitpatch "git add * -p"
alias gitpm "git push origin master"
alias gitpdev "git push origin development"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment