summary refs log tree commit diff stats
path: root/user/zsh
diff options
context:
space:
mode:
authorAlan Pearce2019-10-22 14:08:30 +0200
committerAlan Pearce2019-10-23 11:59:54 +0200
commite790af5945e38ab65fb75c105ad292b8da440d34 (patch)
treeeaec0ad0eb0d9e08aeca0a172a7e98a74f9dec6f /user/zsh
parent29ad3be5d41963493ab36341cb6a058099757535 (diff)
downloadnixfiles-e790af5945e38ab65fb75c105ad292b8da440d34.tar.lz
nixfiles-e790af5945e38ab65fb75c105ad292b8da440d34.tar.zst
nixfiles-e790af5945e38ab65fb75c105ad292b8da440d34.zip
Simplify gcloud completion setup
Diffstat (limited to 'user/zsh')
-rw-r--r--user/zsh/.config/zsh/.zshrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/user/zsh/.config/zsh/.zshrc b/user/zsh/.config/zsh/.zshrc
index fdc6b108..f20c3825 100644
--- a/user/zsh/.config/zsh/.zshrc
+++ b/user/zsh/.config/zsh/.zshrc
@@ -68,13 +68,6 @@ zstyle ':completion:*' completer _expand _complete _match
 
 # Plugins
 
-if [[ -n $commands[gcloud] ]]
-then
-   autoload bashcompinit
-   bashcompinit
-   source ${$(readlink =gcloud):h}/../etc/bash_completion.d/gcloud.inc
-fi
-
 if [[ -n $commands[helm] ]]
 then
   autoload _helm