]> git.rmz.io Git - dotfiles.git/blobdiff - zshrc
zsh: fix git prompt
[dotfiles.git] / zshrc
diff --git a/zshrc b/zshrc
index e6126f22c2ff7b6c66179bb24a42e624d673ab17..aad02d395f618d849012cdb1b48017377b83903d 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -30,6 +30,7 @@ setopt noclobber    # don't allow overwriting files with '>', use '>!' instead
 setopt notify
 setopt rcquotes     # echo 'don''t'; prints don't
 setopt dvorak       # correct_all uses dvorak
+setopt rematch_pcre # use perl regexp
 
 # disable flow control
 setopt noflowcontrol