aliases
All checks were successful
/ job (push) Successful in 4m57s

This commit is contained in:
Marc Beninca 2025-07-06 07:53:27 +02:00
parent 785b52f4b3
commit 49b9fbe8c3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 2 deletions

View file

@ -189,7 +189,7 @@ rwx_parse_code() {
local line
RWX_ALIASES="$(rwx_parse_aliases)"
while IFS= read -r line; do
eval "${line}"
eval "${line/ = /() { } \"\${@}\"; }"
done <<EOF
${RWX_ALIASES}
EOF