diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-02-22 12:14:28 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-02-22 12:14:28 -0500 |
commit | 80566362adc45f8a02a8365a833aef1dfe048fe1 (patch) | |
tree | ae756e34d2985ac3b42c96f6e14032175cf1562c | |
parent | Updated alias address (diff) |
Added missing substs for ls/rm
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |