jml / undistract-me

Notifies you when long-running terminal commands complete
Other
540 stars 48 forks source link

Bypass potential local date aliases. #42

Closed wting closed 7 years ago

wting commented 7 years ago

I have date aliased to something else (date +%Y.%m.%d_%H%M), and thus fails on this line since it's trying to do date +%Y.%m.%d_%H%M +%s which is not a valid command.

Escaping the command bypasses users' aliases.

jml commented 7 years ago

Thanks!