pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

Incompatible with aliased rm #36

Open markclowes opened 7 years ago

markclowes commented 7 years ago

I have in my zshrc: alias rm='echo "This is not the command you are looking for."; false' to prevent me absent mindedly using rm instead of trash-cli.

marker is incompatible with this alias. Changing line 42 in marker.sh to \rm -f $tmp_file seems to fix it.

pindexis commented 6 years ago

why not just alias rm to trash-cli?

ppwwyyxx commented 1 year ago

I had a similar issue where my "rm" alias has a -v flag. Sent a PR #77 to fix this.