diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2009-06-15 11:30:23 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2009-06-15 11:30:23 +0200 |
commit | 1d87ae34f045c26cfd0a8c8ddeecf8a69cf48b7c (patch) | |
tree | f9363dbf1f3a7f0eca1c84bb25288e2f2e2974e6 | |
parent | a717a7a8c7fca53bddba8177e987af185c7fcdfb (diff) |
[Options] expands braces character classes
-rw-r--r-- | 20_Options.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/20_Options.zsh b/20_Options.zsh index 0620c4e..00a0453 100644 --- a/20_Options.zsh +++ b/20_Options.zsh @@ -91,6 +91,8 @@ _setopt Extended_Glob _setopt Hash_Cmds _setopt Hash_Dirs +_setopt BraceCCL # Expansion des classes de caractères, comme {a-z} au même titre que {00..99} + ## Gestion de l'historique _setopt Extended_History _setopt Hist_Expire_Dups_First |