Add rtorrent related shell setup

This commit is contained in:
2013-04-15 21:29:51 +01:00
parent afb45fc458
commit 9f83d72fce
2 changed files with 10 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ source "$DOTSHELL/python.sh"
source "$DOTSHELL/ruby.sh"
source "$DOTSHELL/sbcl.sh"
# Applications
source "$DOTSHELL/rtorrent.sh"
# Services
source "$DOTSHELL/services.sh"

7
shell/rtorrent.sh Normal file
View File

@@ -0,0 +1,7 @@
#
# rtorrent
#
if [ -d "/opt/rtorrent/bin" ]; then
path_prepend "/opt/rtorrent/bin"
fi