From: Bjørn Rustad Date: Fri, 16 Sep 2011 21:11:39 +0000 (+0200) Subject: No notify-send on rustad.me X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=accfa0b556b3629f2e6ff3d5b70d566d2b09d627;p=dotfiles No notify-send on rustad.me --- diff --git a/bashrc b/bashrc index c4d84a7..91ba126 100644 --- a/bashrc +++ b/bashrc @@ -84,7 +84,7 @@ alias l='ls -CF' # Add an "alert" alias for long running commands. Use like so: # sleep 10; alert -alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' +#alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' # Alias definitions. # You may want to put all your additions into a separate file like