aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-02-22 12:14:28 -0500
committerRyan Kavanagh <rak@debian.org>2012-02-22 12:14:28 -0500
commit80566362adc45f8a02a8365a833aef1dfe048fe1 (patch)
treeae756e34d2985ac3b42c96f6e14032175cf1562c
parentUpdated alias address (diff)
Added missing substs for ls/rm
-rw-r--r--.zshrc4
1 files 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