]> git.wh0rd.org - home.git/blobdiff - .profile.d/aliases.sh
gentoo: update repoman settings
[home.git] / .profile.d / aliases.sh
index 8e9a7f58948a92dd24efe60cbcd8677e672de472..f7d6f6e9f05575faaad849ef10cba404fb17c1af 100644 (file)
@@ -13,8 +13,8 @@ alias nohist='export HISTFILE=/dev/null'
 alias kpdf='okular'
 alias ipython='ipython --no-banner --no-confirm-exit --pdb --nosep --PromptManager.in_template=">>> " --PromptManager.out_template="" --PromptManager.justify=False'
 if command -v elinks >/dev/null ; then
-       alias links='elinks'
-       alias lynx='elinks'
+       alias links='elinks -default-mime-type text/html'
+       alias lynx=links
 elif command -v lynx >/dev/null ; then
        alias lynx='lynx -nopause -accept_all_cookies -use_mouse'
 fi
@@ -25,13 +25,13 @@ alias p1d='patch -p1 --dry-run'
 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 -Hav --inplace --progress'
 alias s='aspell -a'
 sss() { aspell -a <<<"$*"; }
 smplayer() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec mplayer "$@" >/dev/null 2>&1' sh "$@" ; }
 svlc() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec vlc "$@" >/dev/null 2>&1' sh "$@" ; }
 svnc() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec x11vnc -q -nopw' ; }
+alias trc=transmission-remote-cli
 alias xine='xine -l'
 
 alias wol-vapier='wakeonlan -i 192.168.1.255 00:25:22:64:19:79; wakeonlan -i 192.168.0.255 00:25:22:64:19:79'
@@ -65,6 +65,7 @@ scrub_patch() {
                -e '/^retrieving/d' \
                -e '/^diff/d' \
                -e '/^Files .* differ$/d' \
+               -e '/^Binary files .* differ$/d' \
                -e '/^Only in /d' \
                -e '/^Common subdirectories/d' \
                -e '/^deleted file mode [0-9]*$/d' \