From 1fa9d64edb116b66112194234c153d9461a972c7 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 6 Mar 2013 15:30:02 -0500 Subject: Deal with remnants of SUBSTS_RM --- .zshrc | 2 +- SUBSTS | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 9556184..c3dee24 100644 --- a/.zshrc +++ b/.zshrc @@ -131,7 +131,7 @@ if [[ `uname` = "Linux" ]]; then alias ln="ln -v" # Only delete files on the current file system to avoid removing recursively # from bind mounts. - alias rm="SUBSTS_RM -iv --one-file-system" + alias rm="rm -iv --one-file-system" alias chown="chown -v" alias chmod="chmod -v" diff --git a/SUBSTS b/SUBSTS index e7c8161..e3c087a 100644 --- a/SUBSTS +++ b/SUBSTS @@ -40,9 +40,6 @@ ZSH_HOST_COLOUR Green # See https://www.gnu.org/software/screen/manual/html_node/String-Escapes.html SCREEN_HOST_COLOUR G -# rm or grm command -SUBSTS_RM grm - # Emails that get a score of 10/20. Escape |. MUTT_20_SCORE \\"(bob@foo.org\|alice@example.org)\\" MUTT_10_SCORE \\"(eve@foo.org)\\" -- cgit v1.2.3