pluc
pluc copied to clipboard
Aliases with quoted values get unquoted
"play": "cd \"$(mktemp -d)\"", -> alias play="cd "$(mktemp -d)""
Could be fixed with switching to functions instead of alias's