鏡像自
https://github.com/sammy-ette/Hilbish
synced 2025-08-10 02:52:03 +00:00
chore: merge
This commit is contained in:
當前提交
754a63c74b
@ -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
|
||||
|
||||
載入中…
x
新增問題並參考
Block a user