]> git.wh0rd.org - home.git/commitdiff
aliases: use hardlinks with rsync, and disable line chomping w/grep colors
authorMike Frysinger <vapier@gentoo.org>
Thu, 2 Jan 2014 20:32:53 +0000 (15:32 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 2 Jan 2014 20:32:53 +0000 (15:32 -0500)
.profile.d/aliases.sh

index b6d8fe185580789b071b56cf088c48ab2d3c00f8..08080b16a30d7ea37aa2e4253272377b5dc08b74 100644 (file)
@@ -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