mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
26675: add POSIX_ALIASES option
This commit is contained in:
parent
919f7b12ad
commit
8e25f4449f
6 changed files with 58 additions and 3 deletions
|
|
@ -198,6 +198,7 @@ static struct optname optns[] = {
|
|||
{{NULL, "octalzeroes", OPT_EMULATE|OPT_SH}, OCTALZEROES},
|
||||
{{NULL, "overstrike", 0}, OVERSTRIKE},
|
||||
{{NULL, "pathdirs", OPT_EMULATE}, PATHDIRS},
|
||||
{{NULL, "posixaliases", OPT_EMULATE|OPT_BOURNE}, POSIXALIASES},
|
||||
{{NULL, "posixbuiltins", OPT_EMULATE|OPT_BOURNE}, POSIXBUILTINS},
|
||||
{{NULL, "posixidentifiers", OPT_EMULATE|OPT_BOURNE}, POSIXIDENTIFIERS},
|
||||
{{NULL, "printeightbit", 0}, PRINTEIGHTBIT},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue