From: lace <> Date: Fri, 30 Dec 2005 02:33:45 +0000 (+0000) Subject: +alias chgrp='chgrp --no-dereference' X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=34fedc1765318140b9734e844be5070b0e17edc6 +alias chgrp='chgrp --no-dereference' --- 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'