1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-16 15:53:18 +00:00

Merge pull request #372 from Wilma456/apispro

Update alias.lua
This commit is contained in:
Daniel Ratcliffe 2017-07-25 20:32:30 +01:00 committed by GitHub
commit f480965e67

View File

@ -19,7 +19,7 @@ else
local tAliases = shell.aliases()
local tList = {}
for sAlias, sCommand in pairs( tAliases ) do
table.insert( tList, sAlias )
table.insert( tList, sAlias..":"..sCommand )
end
table.sort( tList )
textutils.pagedTabulate( tList )