From ac9bb8bf1cefceb81c649fe0cc4b155428b44046 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 24 Apr 2016 10:45:34 +0100 Subject: [PATCH] Add rtorrent alias --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 81430ea..c572c41 100644 --- a/zshrc +++ b/zshrc @@ -96,6 +96,7 @@ test "$platform" = 'osx' && alias ls="ls -FG" alias phpunit="phpdbg -qrr vendor/bin/phpunit" test "$platform" = 'linux' && alias pipup="pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 sudo pip install -U" test "$platform" = 'osx' && alias pipup="pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U" +alias rtor="tmux attach -t rtor" alias startace="acestreamengine --client-console --upload-limit 0 --download-limit 0" alias up="sudo pacman -Syu"