X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=578f86621fe60f260917aa26aa730c63f539e0db;hb=cc91428ca79b3cdfdc7733505384f5983ad6c7fa;hp=33261a82c72121945929de8ce9e7fcf276433ce7;hpb=ca18864d1264fadfe9869b630f05c950876c2169;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 33261a82..578f8662 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -88,18 +88,20 @@ package CmdAlias; '^set/nota', 'unset/talk', 'unset/talk', '^set/noww', 'unset/wwv', 'unset/wwv', '^set/nowx', 'unset/wx', 'unset/wx', - '^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', + '^sh$', 'show', 'show', + '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration', + '^sh\w*/c$', 'show/configuration', 'show/configuration', + '^sh\w*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx', + '^sh\w*/dx/(\d+)', 'show/dx $1', 'show/dx', + '^sh\w*/dx/d(\d+)', 'show/dx from $1', 'show/dx', '^sp$', 'send', 'send', '^sb$', 'send noprivate', 'send', - '^sh.*/wwv/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', - '^sh.*/wwv/(\d+)', 'show/wwv $1', 'show/wwv', + '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', + '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv', ], 't' => [ - '^t', 'talk', 'talk', + '^ta$', 'talk', 'talk', + '^t$', 'talk', 'talk', ], 'u' => [ ],