From ce4cd1bc7ff54ba7f0f69404970418cb09260cf9 Mon Sep 17 00:00:00 2001 From: lace <> Date: Fri, 16 Jul 2010 08:13:30 +0000 Subject: [PATCH] +alias fetchmail='n fetchmail' --- .bashrc | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1