From aa909367f6d8c7cba3e953b70ed5991d14d39dcd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Jan 2014 15:32:53 -0500 Subject: [PATCH] aliases: use hardlinks with rsync, and disable line chomping w/grep colors --- .profile.d/aliases.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index b6d8fe1..08080b1 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -21,7 +21,7 @@ alias p1dr='patch -p1 --dry-run -R' alias p1r='patch -p1 -R' alias quake4='quake4 +set s_driver oss' alias repoman='repoman -q -q' -alias rrsync='rsync -av --inplace --progress' +alias rrsync='rsync -Hav --inplace --progress' alias s='aspell -a' sss() { aspell -a <<<"$*"; } svlc() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec vlc "$@" >/dev/null 2>&1' sh "$@" ; } @@ -39,6 +39,7 @@ pd() { } if [[ ${TERM} != "dumb" ]] ; then + export GREP_COLORS=ne #470810 alias grep='grep --colour=auto -d skip' alias ls='ls --color=auto' fi -- 2.39.2