Skip to content

v1.3.54

Choose a tag to compare

@fermat-tech fermat-tech released this 12 Jul 09:20
  • Fix double-quoted alias values (and other mixed-quoted words) truncating at the first internal whitespace, e.g. alias gsd="git status" silently became gsd=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.