mirror of
https://github.com/sstent/dotfiles.git
synced 2026-01-30 19:12:18 +00:00
sync
This commit is contained in:
12
.bashrc
12
.bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user