X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/fb657354cd3a63f8415f7ee4716903c18c5ed549..bcccfb2dbc6913e289f24f2887c345abb0c3e5bb:/zshrc diff --git a/zshrc b/zshrc index a25e6fb..aad02d3 100644 --- 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