Update files
This commit is contained in:
@@ -85,12 +85,14 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(
|
||||
ansible
|
||||
asdf
|
||||
aws
|
||||
dirhistory
|
||||
docker
|
||||
docker-compose
|
||||
emoji
|
||||
encode64
|
||||
gcloud
|
||||
git
|
||||
golang
|
||||
helm
|
||||
@@ -187,3 +189,9 @@ complete -o nospace -C /usr/bin/terraform terraform
|
||||
|
||||
complete -o default -F __start_kubectl k
|
||||
[[ $commands[kubectl] ]] && source <(kubectl completion zsh)
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/home/v/google-cloud-sdk/path.zsh.inc' ]; then . '/home/v/google-cloud-sdk/path.zsh.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/home/v/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/v/google-cloud-sdk/completion.zsh.inc'; fi
|
||||
|
||||
Reference in New Issue
Block a user