From c980c3b8688d7a30d125db6fcd2ab6c2d694640f Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 26 Dec 2024 13:21:58 -0600 Subject: [PATCH] Disable bitwarden completions --- home/dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index 8d34c83..0ab61a6 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -31,7 +31,7 @@ plugins=(git asdf yarn golang sudo zoxide bun node npm brew zsh-autosuggestions source $ZSH/oh-my-zsh.sh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # configure with `p10k configure` -{{ if lookPath "bw" -}} eval "$(bw completion --shell zsh); compdef _bw bw;" {{ end }} +# {{ if lookPath "bw" -}} eval "$(bw completion --shell zsh); compdef _bw bw;" {{ end }} {{/* Common shared aliases, scripts, & shell setup details. */ -}} {{ template "scripts/commonrc.sh.tmpl" dict "data" . "shell" "zsh" }}