From fd11e94f193a676395848a2a1e9575a03e123912 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 17 Apr 2022 02:55:01 +0200 Subject: [PATCH] Zsh: use PCRE with =~ --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index ee4cfc2..048a4fa 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -94,7 +94,7 @@ zstyle ':fzf-tab:complete:man:*' fzf-preview 'whatis -l $word | cut -d- -f2,3,4, # Directory options setopt AUTO_CD AUTO_PUSHD PUSHD_IGNORE_DUPS PUSHD_MINUS # Various options -setopt CORRECT_ALL FLOW_CONTROL INTERACTIVE_COMMENTS LONG_LIST_JOBS +setopt CORRECT_ALL FLOW_CONTROL INTERACTIVE_COMMENTS LONG_LIST_JOBS REMATCH_PCRE zmodload zsh/terminfo