From 5f233763e5a229a9f64aa24729e133c4e4fe0576 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 21 Nov 2022 17:13:02 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index bb1b36ec..215333ce 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -258,32 +258,23 @@ if command -v antigen > /dev/null; then antigen use oh-my-zsh # zsh-autosuggestions should be at top so that specific-settings override antigen bundle zsh-users/zsh-autosuggestions - alias alias=true antigen bundle adb antigen bundle colored-man-pages antigen bundle command-not-found antigen bundle copyfile antigen bundle copybuffer - antigen bundle docker - antigen bundle docker-compose antigen bundle encode64 antigen bundle fd - antigen bundle gem antigen bundle git-auto-fetch antigen bundle gnu-utils antigen bundle heroku - antigen bundle ionic # antigen bundle keychain antigen bundle kubectx antigen bundle macos antigen bundle magic-enter - antigen bundle microk8s antigen bundle minikube - antigen bundle multipass antigen bundle ng antigen bundle nomad - antigen bundle pip - antigen bundle pm2 antigen bundle redis-cli antigen bundle ripgrep # antigen bundle rust @@ -292,12 +283,24 @@ if command -v antigen > /dev/null; then # antigen bundle shell-proxy # antigen bundle ssh-agent antigen bundle sudo - antigen bundle terraform antigen bundle ufw - antigen bundle vagrant # antigen bundle web-search + + ### Disable plugin alias + # alias alias=true + antigen bundle docker + antigen bundle docker-compose + antigen bundle gem + antigen bundle ionic + antigen bundle microk8s + antigen bundle multipass + antigen bundle pip + antigen bundle pm2 + antigen bundle terraform + antigen bundle vagrant antigen bundle yarn - unalias alias + # unalias alias + antigen bundle zsh-interactive-cd # antigen bundle zsh-navigation-tools antigen bundle zsh-users/zsh-completions src