mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add rtorrent related shell setup
This commit is contained in:
@@ -32,6 +32,9 @@ source "$DOTSHELL/python.sh"
|
|||||||
source "$DOTSHELL/ruby.sh"
|
source "$DOTSHELL/ruby.sh"
|
||||||
source "$DOTSHELL/sbcl.sh"
|
source "$DOTSHELL/sbcl.sh"
|
||||||
|
|
||||||
|
# Applications
|
||||||
|
source "$DOTSHELL/rtorrent.sh"
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
source "$DOTSHELL/services.sh"
|
source "$DOTSHELL/services.sh"
|
||||||
|
|
||||||
|
|||||||
7
shell/rtorrent.sh
Normal file
7
shell/rtorrent.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# rtorrent
|
||||||
|
#
|
||||||
|
|
||||||
|
if [ -d "/opt/rtorrent/bin" ]; then
|
||||||
|
path_prepend "/opt/rtorrent/bin"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user