v1.3.54
- Fix double-quoted alias values (and other mixed-quoted words) truncating at the first internal whitespace, e.g.
alias gsd="git status"silently becamegsd=git. A mid-word double-quoted segment now protects its internal whitespace from word-splitting the same way a mid-word single-quoted segment already did.