Skip to content
Snippets Groups Projects
Commit 561661cd authored by nimrod's avatar nimrod
Browse files

Remove duplication.

Further down, notify-send is already redefined using an alias with even
better options.
parent 48ff7e5d
Branches
No related tags found
No related merge requests found
...@@ -121,7 +121,6 @@ alias black='black --line-length 79' ...@@ -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_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 torrent_on='ssh kodi.shore.co.il sudo systemctl start transmission-{daemon,rss}.service'
alias bell="printf '\\a'" alias bell="printf '\\a'"
command -v notify-send > /dev/null || alias notify-send='bell'
alias detectproxy='w3m http://detectportal.firefox.com/success.txt' alias detectproxy='w3m http://detectportal.firefox.com/success.txt'
alias color='less --raw-control-chars -p' alias color='less --raw-control-chars -p'
alias pip2='python2 -m pip' alias pip2='python2 -m pip'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment