dotfiles/home/.dotfiles/giantswarm
Marcus Noble 80ee8996de
Speed up zsh startup
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-06-01 11:35:50 +01:00

7 lines
429 B
Plaintext

# Giant Swarm utils
which opsctl &>/dev/null && screen -dm bash -c 'opsctl version update'
which devctl &>/dev/null && screen -dm bash -c 'devctl version update'
which kubectl-gs &>/dev/null && screen -dm bash -c 'kubectl-gs selfupdate'
which opsctl &>/dev/null && opsctl completion zsh > /usr/local/share/zsh/site-functions/_opsctl
which devctl &>/dev/null && devctl completion zsh > /usr/local/share/zsh/site-functions/_devctl