murex icon indicating copy to clipboard operation
murex copied to clipboard

alias `Get()` should return immutable object

Open lmorg opened this issue 1 year ago • 0 comments

We shouldn't need to copy after Get():

a := lang.GlobalAliases.Get(cmd)
alias := make([]string, len(a))
copy(alias, a)
escape.CommandLine(alias)

lmorg avatar Aug 21 '23 19:08 lmorg