]> git.rmz.io Git - dotfiles.git/blobdiff - zshrc
awesome: add network_widget on `sb-arch`
[dotfiles.git] / zshrc
diff --git a/zshrc b/zshrc
index a25e6fb27b4ad98e93a4418b9756f665cf04d7ba..aad02d395f618d849012cdb1b48017377b83903d 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -30,6 +30,11 @@ 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
+stty -ixon
 
 # populate path
 typeset -U path     # make path a unique array