diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-03-06 15:30:02 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-03-06 15:30:02 -0500 |
commit | 1fa9d64edb116b66112194234c153d9461a972c7 (patch) | |
tree | 9f1b1bf99a9c7d6f57770cf9e48422965dad4b2e | |
parent | Use colorls where available under OpenBSD (diff) |
Deal with remnants of SUBSTS_RM
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 | ||||
-rw-r--r-- | SUBSTS | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -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" @@ -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)\\" |