From: lace <> Date: Fri, 16 Jul 2010 08:13:30 +0000 (+0000) Subject: +alias fetchmail='n fetchmail' X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=ce4cd1bc7ff54ba7f0f69404970418cb09260cf9 +alias fetchmail='n fetchmail' --- diff --git a/.bashrc b/.bashrc index 7699036..96d7d35 100644 --- a/.bashrc +++ b/.bashrc @@ -359,6 +359,7 @@ else IONICE="" fi function n { if [ "$1" = "-p" ];then renice +19 "$@";test -n "$IONICE" && $IONICE "$@";else nice -n19 $IONICE "$@";fi }; +alias fetchmail='n fetchmail' function rpmsrclist { if [ -z "$*" ]; then