X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=4136e53c1693aea00b28a38edaaddfd611bce0e0;hb=10c369f5aadc378ead2a87185a29299151137f58;hp=6089171fdfef31750bdc7d597a50727e036649d3;hpb=b060a0a3ee72530aa3f10d453186a662b66d7efe;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 6089171f..4136e53c 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -56,6 +56,9 @@ package CmdAlias; k => [ ], l => [ + '^l$', 'directory', 'directory', + '^ll$', 'directory', 'directory', + '^ll/(\d+)', 'directory $1', 'directory', ], m => [ ], @@ -68,9 +71,15 @@ package CmdAlias; q => [ '^q', 'bye', 'bye', ], - r => [ + r => [ + '^r$', 'read', 'read', + '^rcmd/(\S+)', 'rcmd $1', 'rcmd', ], s => [ + '^set/nobe', 'unset/beep', 'unset/beep', + '^set/nohe', 'unset/here', 'unset/here', + '^sh/c/n', 'show/configuration nodes', 'show/configuration', + '^sh/c$', 'show/configuration', 'show/configuration', '^sh/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx', '^sh/dx/(\d+)', 'show/dx $1', 'show/dx', '^sh/dx/d(\d+)', 'show/dx from $1', 'show/dx',