Update HT environment

main
Buddy Sandidge 4 years ago
parent 16f1cfd1dd
commit 7407ab5a2c

@ -1,17 +1,19 @@
#!/usr/bin/env bash
#shellcheck disable=1090
source <(kubectl completion bash)
alias orb="cd ~/code/circleci-ci-orb"
alias core="cd ~/code/core"
alias sync-service="cd ~/code/sync-service"
alias entities="cd ~/code/entities"
alias dispatch="cd ~/code/dispatch-service"
alias infra="cd ~/code/hellotech-infra"
#alias launch="/Users/$USER/code/hellotech-clients/launch.sh"
#alias launch="/Users/$USER/code/hellotech-clients/launch.sh"
#htc=~/code/hellotech-clients
#alias htcstart="cd $htc;yarn run dev"
#unset htc
#ht=~/code/hellotech
#alias htstart="cd $ht;bundle exec rails s"
#alias jobstart="cd $ht;ruby script/delayed_job start"

@ -1,3 +1,4 @@
# shellcheck disable=SC2034
GOPRIVATE=github.com/HelloTech
GO_TEST=gotest
PATH="${PATH}:${HOME}/.rbenv/shims:/usr/local/opt/mysql-client/bin:${HOME}/google-cloud-sdk/bin"

@ -1,10 +0,0 @@
#shellcheck disable=1090,2039,SC2148
if [ "${BASH_VERSION}" != "" ] && [ "$(ps -p $$ -ocomm=)" != sh ]; then
source <(kubectl completion bash)
fi
if [ "${ZSH_VERSION}" != "" ]; then
autoload -U +X compinit && compinit
source <(kubectl completion zsh)
fi

@ -0,0 +1,5 @@
# shellcheck disable=SC2148
autoload -U +X compinit && compinit
# shellcheck disable=SC1090,SC2039
source <(kubectl completion zsh)
Loading…
Cancel
Save