Created
January 12, 2015 16:39
-
-
Save bcambel/be08a144ef0faa033f2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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