This commit is contained in:
2021-09-01 11:14:24 -04:00
parent e2d69a20f1
commit 606a490fe7
4 changed files with 13 additions and 11 deletions

12
.bashrc
View File

@@ -124,12 +124,6 @@ fi
#eval $(/mnt/c/Users/sstent/weasel-pageant-1.1/weasel-pageant -r)
export DOCKER_HOST=tcp://192.168.1.223:2375
export NOMAD_ADDR=http://192.168.1.250:4646
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/home/sstent/google-cloud-sdk/path.bash.inc' ]; then . '/home/sstent/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/home/sstent/google-cloud-sdk/completion.bash.inc' ]; then . '/home/sstent/google-cloud-sdk/completion.bash.inc'; fi
alias config='/usr/bin/git --git-dir=/home/sstent/.cfg/ --work-tree=/home/sstent'
@@ -154,3 +148,9 @@ dockerbuild() {
docker build -t registry.service.dc1.consul:5000/${1} ~/ansible-home/compose/${1}/
docker push registry.service.dc1.consul:5000/${1}
}
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/mnt/c/Users/sstent/google-cloud-sdk/path.bash.inc' ]; then . '/mnt/c/Users/sstent/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/mnt/c/Users/sstent/google-cloud-sdk/completion.bash.inc' ]; then . '/mnt/c/Users/sstent/google-cloud-sdk/completion.bash.inc'; fi