From 80566362adc45f8a02a8365a833aef1dfe048fe1 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 22 Feb 2012 12:14:28 -0500 Subject: Added missing substs for ls/rm --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index ccc7ead..3111beb 100644 --- a/.zshrc +++ b/.zshrc @@ -126,7 +126,7 @@ alias mv="mv -iv" alias ln="ln -v" # Only delete files on the current file system to avoid removing recursively # from bind mounts. -alias rm="rm -iv --one-file-system" +alias rm="SUBSTS_RM -iv --one-file-system" alias chown="chown -v" alias chmod="chmod -v" @@ -169,7 +169,7 @@ fi zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" zstyle ':completion:*:*:kill:*' list-colors '=%*=01;31' -alias ls="ls --classify --color=always" # Add all colours and +alias ls="SUBSTS_LS --classify --color=always" # Add all colours and # have fancy symbols for files, etc. alias grep="grep --colour=always" # Colour grep too. # Load the completion system -- cgit v1.2.3