From 9f83d72fce58b964334181cf574c38716635251e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 15 Apr 2013 21:29:51 +0100 Subject: [PATCH] Add rtorrent related shell setup --- shell/_main.sh | 3 +++ shell/rtorrent.sh | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 shell/rtorrent.sh 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