Skip to content

Commit

Permalink
refacot: disable kubectxAutoCompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
tankibaj committed Jun 13, 2024
1 parent 45bccc9 commit 3e127a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ ZSH=$HOME/.oh-my-zsh
#=========================================================================
# ---------------| Common |---------------
#=========================================================================
kubectxAutoCompletion() {
mkdir -p ~/.oh-my-zsh/completions
chmod -R 755 ~/.oh-my-zsh/completions
wget -O $HOME/.oh-my-zsh/completions/_kubectx.zsh https://raw.githubusercontent.com/ahmetb/kubectx/master/completion/_kubectx.zsh
wget -O $HOME/.oh-my-zsh/completions/_kubens.zsh https://raw.githubusercontent.com/ahmetb/kubectx/master/completion/_kubens.zsh
}
#kubectxAutoCompletion() {
# mkdir -p ~/.oh-my-zsh/completions
# chmod -R 755 ~/.oh-my-zsh/completions
# wget -O $HOME/.oh-my-zsh/completions/_kubectx.zsh https://raw.githubusercontent.com/ahmetb/kubectx/master/completion/_kubectx.zsh
# wget -O $HOME/.oh-my-zsh/completions/_kubens.zsh https://raw.githubusercontent.com/ahmetb/kubectx/master/completion/_kubens.zsh
#}

kubectlPlugin() {
kubectl krew install open-svc # -- Open the Kubernetes URL(s) for the specified service in your browser.
Expand All @@ -38,7 +38,7 @@ macOS() {
setupRepo
brew update # -- Update Homebrew recipes
brew bundle install --file=$DOTFILES/Brewfile # -- Install all contents from Brewfile
kubectxAutoCompletion
# kubectxAutoCompletion
kubectlPlugin
}

Expand Down

0 comments on commit 3e127a1

Please sign in to comment.