chore: merge

pull/128/head
TorchedSammy 2022-03-20 19:10:41 -04:00
commit 754a63c74b
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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