From a08cb7651058ed889bdaab40595a10be5a58b3e2 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 2 Mar 2022 07:46:04 +0000 Subject: [PATCH] Removed GS specific completion setup Signed-off-by: Marcus Noble --- home/.dotfiles/1-zsh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home/.dotfiles/1-zsh b/home/.dotfiles/1-zsh index e4b24dd..7e00d3f 100644 --- a/home/.dotfiles/1-zsh +++ b/home/.dotfiles/1-zsh @@ -54,9 +54,3 @@ preexec() { if overridden; then return; fi printf "\033]0;%s\a" "${1%% *} | $cwd" # Omit construct from $1 to show args } - - -# Giant Swarm specific -which opsctl &>/dev/null && opsctl completion zsh > /usr/local/share/zsh/site-functions/_opsctl -which gsctl &>/dev/null && gsctl completion zsh --stdout > /usr/local/share/zsh/site-functions/_gsctl -which devctl &>/dev/null && devctl completion zsh > /usr/local/share/zsh/site-functions/_devctl