From c0b6962b493f6b411fdc70f144fab0db6d070224 Mon Sep 17 00:00:00 2001 From: Chris <7539871+paxperscientiam@users.noreply.github.com> Date: Tue, 3 Dec 2019 23:58:43 -0500 Subject: [PATCH] escape rm to prevent hitting alias --- bin/qfc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/qfc.sh b/bin/qfc.sh index f6b361e..4aa276e 100755 --- a/bin/qfc.sh +++ b/bin/qfc.sh @@ -45,7 +45,7 @@ if [[ -n "$ZSH_VERSION" ]]; then tmp_file=$(mktemp -t qfc.XXXXXXX)