diff --git a/shell/_main.sh b/shell/_main.sh index 52da63a..7876821 100644 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -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" diff --git a/shell/rtorrent.sh b/shell/rtorrent.sh new file mode 100644 index 0000000..16b6b49 --- /dev/null +++ b/shell/rtorrent.sh @@ -0,0 +1,7 @@ +# +# rtorrent +# + +if [ -d "/opt/rtorrent/bin" ]; then + path_prepend "/opt/rtorrent/bin" +fi