Skip to content
Snippets Groups Projects
Commit 5f0b4abf authored by nimrod's avatar nimrod
Browse files

Aliases for turning transmission-{daemon,rss} on and off.

parent ed013bae
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,8 @@ alias http-server='python3 -m http.server 8080' ...@@ -98,6 +98,8 @@ alias http-server='python3 -m http.server 8080'
alias dd='monitor sudo dd status=progress' alias dd='monitor sudo dd status=progress'
alias screenshot-cleanup='find "$HOME/Pictures" -name "Screenshot from *.png" -delete' alias screenshot-cleanup='find "$HOME/Pictures" -name "Screenshot from *.png" -delete'
alias black='black --line-length 79' alias black='black --line-length 79'
alias torrent_off='ssh xbmc.shore.co.il sudo systemctl stop transmission-{rss,daemon}.service'
alias torrent_on='ssh xbmc.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' command -v notify-send > /dev/null || alias notify-send='bell'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment