about summary refs log tree commit diff
path: root/Src/options.c
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-02-28 09:12:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-02-28 09:12:54 +0000
commit061c1ce9129b3d34e8cf386633bbcc54110bd569 (patch)
treea69a2c9f23118dccb1feb6cdc75d9777e90ca3d8 /Src/options.c
parent5621ce6faf905448bf814288209c0b0104d45b14 (diff)
downloadzsh-061c1ce9129b3d34e8cf386633bbcc54110bd569.tar.gz
zsh-061c1ce9129b3d34e8cf386633bbcc54110bd569.tar.xz
zsh-061c1ce9129b3d34e8cf386633bbcc54110bd569.zip
add `aliases' option to be able to disable alias expansion (13554)
Diffstat (limited to 'Src/options.c')
-rw-r--r--Src/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/options.c b/Src/options.c
index 8660ade68..7223b1d59 100644
--- a/Src/options.c
+++ b/Src/options.c
@@ -69,6 +69,7 @@ mod_export HashTable optiontab;
  * to avoid formatting problems.
  */
 static struct optname optns[] = {
+{NULL, "aliases",	      OPT_EMULATE|OPT_ALL,	 ALIASESOPT},
 {NULL, "allexport",	      OPT_EMULATE,		 ALLEXPORT},
 {NULL, "alwayslastprompt",    OPT_ALL,			 ALWAYSLASTPROMPT},
 {NULL, "alwaystoend",	      0,			 ALWAYSTOEND},