diff options
Diffstat (limited to 'etc/options')
-rw-r--r-- | etc/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/options b/etc/options index cbc5b7e..35dba8f 100644 --- a/etc/options +++ b/etc/options @@ -18,6 +18,9 @@ setopt rc_quotes # greedy is more like dvorak than qwerty... setopt dvorak +# zshexpn(1) -> Filename generation +setopt extended_glob + # Accidently hitting ^s sucks (alternative: `stty -ixon`) unsetopt flow_control |