X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=28995ee31737aa0dc83c35b84273819a0a1295c6;hb=b67b50de92dbf61ce939b42f7c74e30dc58eba41;hp=7b3d1a50f33961c25b4019d40bd9a1d77d316765;hpb=840ace66681d2d615ff412e1197fa613f262c1f2;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 7b3d1a50..28995ee3 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -48,6 +48,7 @@ package CmdAlias; '^di\w*/(\d+)', 'directory $1', 'directory', ], 'e' => [ + '^ex', 'bye', 'bye', ], 'f' => [ ], @@ -65,6 +66,7 @@ package CmdAlias; '^l$', 'directory', 'directory', '^ll$', 'directory', 'directory', '^ll/(\d+)', 'directory $1', 'directory', + '^lm$', 'directory own', 'directory', ], 'm' => [ ], @@ -88,6 +90,7 @@ package CmdAlias; '^set/nobe', 'unset/beep', 'unset/beep', '^set/nohe', 'unset/here', 'unset/here', '^set/noan', 'unset/announce', 'unset/announce', + '^set/nodxg', 'unset/dxgrid', 'unset/dxgrid', '^set/nodx', 'unset/dx', 'unset/dx', '^set/noe', 'unset/echo', 'unset/echo', '^set/nota', 'unset/talk', 'unset/talk',