Zsh: use PCRE with =~
This commit is contained in:
parent
076c72c58e
commit
fd11e94f19
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user