From 7a01af01a3ba70cb11034a41469a190c3e287b7b Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 31 May 2025 12:54:48 -0700 Subject: [PATCH] zsh: remove pipe after handle_completion_insecurities idk how this got there to begin with --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9ea7b77..2315f7f 100644 --- a/.zshrc +++ b/.zshrc @@ -213,7 +213,7 @@ bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down # Run compaudit and such, from OMZL::compfix.zsh -handle_completion_insecurities &| +handle_completion_insecurities #&| # <<< # Colors and compinit >>>