fancy-git
fancy-git copied to clipboard
trim whitespace from 'wc -l' output to condense prompt
Not doing this caused my notification area to be awkwardly long. I looked for the canonical way to trim whitespace and found that people recommended xargs, which is odd but worked for me. I figured I'd contribute this patch upstream for others.