2
3
鏡像自 https://github.com/sammy-ette/Hilbish synced 2025-08-10 02:52:03 +00:00

chore: merge

This commit is contained in:
TorchedSammy 2022-03-20 19:10:41 -04:00
當前提交 754a63c74b
簽署人: sammyette
GPG 金鑰 ID: 904FC49417B44DCD
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -1,4 +1,4 @@
alias(cmd, orig) > Sets an alias of `orig` to `cmd`
alias(cmd, orig) > Sets an alias of `cmd` to `orig`
appendPath(dir) > Appends `dir` to $PATH

查看文件

@ -2,7 +2,7 @@
local hilbish = {}
--- Sets an alias of `orig` to `cmd`
--- Sets an alias of `cmd` to `orig`
--- @param cmd string
--- @param orig string
function hilbish.alias(cmd, orig) end