From 561661cd1d6711cc8bafa440fb8785ff26c34823 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 31 Oct 2020 22:12:17 +0200
Subject: [PATCH] Remove duplication.

Further down, notify-send is already redefined using an alias with even
better options.
---
 .bashrc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 48269f1..7325628 100644
--- a/.bashrc
+++ b/.bashrc
@@ -121,7 +121,6 @@ alias black='black --line-length 79'
 alias torrent_off='ssh kodi.shore.co.il sudo systemctl stop transmission-{rss,daemon}.service'
 alias torrent_on='ssh kodi.shore.co.il sudo systemctl start transmission-{daemon,rss}.service'
 alias bell="printf '\\a'"
-command -v notify-send > /dev/null || alias notify-send='bell'
 alias detectproxy='w3m http://detectportal.firefox.com/success.txt'
 alias color='less --raw-control-chars -p'
 alias pip2='python2 -m pip'
-- 
GitLab