X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=b916742cbef7ff373e47db0cee4587c138c4fc06;hb=56abde4de8d3ecc67864cdfd34a7c5d184ee8930;hp=7b3d1a50f33961c25b4019d40bd9a1d77d316765;hpb=840ace66681d2d615ff412e1197fa613f262c1f2;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 7b3d1a50..b916742c 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -65,6 +65,7 @@ package CmdAlias; '^l$', 'directory', 'directory', '^ll$', 'directory', 'directory', '^ll/(\d+)', 'directory $1', 'directory', + '^lm$', 'directory own', 'directory', ], 'm' => [ ], @@ -88,6 +89,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',