hnarayanan / shpotify

A command-line interface to Spotify.
https://harishnarayanan.org/projects/
2.02k stars 153 forks source link

Prefix grep calls with command #120

Closed flxsource closed 5 years ago

flxsource commented 5 years ago

Prefix each call to grep to avoid including any options that had been set in an alias.

This fixes #119

hnarayanan commented 5 years ago

Thank you.