zsh: remove pipe after handle_completion_insecurities

idk how this got there to begin with
This commit is contained in:
PowerUser64 2025-05-31 12:54:48 -07:00
parent cb553f8cb3
commit 7a01af01a3

2
.zshrc
View file

@ -213,7 +213,7 @@ bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down bindkey -M vicmd 'j' history-substring-search-down
# Run compaudit and such, from OMZL::compfix.zsh # Run compaudit and such, from OMZL::compfix.zsh
handle_completion_insecurities &| handle_completion_insecurities #&|
# <<< # <<<
# Colors and compinit >>> # Colors and compinit >>>