Update files

This commit is contained in:
2023-12-18 00:35:43 +01:00
parent 9bef22a8c1
commit e546cff2b2
2 changed files with 33 additions and 25 deletions

View File

@@ -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