From 34fedc1765318140b9734e844be5070b0e17edc6 Mon Sep 17 00:00:00 2001 From: lace <> Date: Fri, 30 Dec 2005 02:33:45 +0000 Subject: [PATCH] +alias chgrp='chgrp --no-dereference' --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 329da15..fc01901 100644 --- a/.bashrc +++ b/.bashrc @@ -123,6 +123,7 @@ alias vi='vim' alias grepb='grep --binary-files=binary' alias L='lynx' alias chown='chown --no-dereference' +alias chgrp='chgrp --no-dereference' alias hexedit='hexedit -s' alias cvs2cl='cvs2cl --window 3600 --separate-header --no-wrap' alias cvsfiles='cvsutil --files --print' -- 1.8.3.1