From 55723ebc261dd2d74f053beecc5c9df000ce33ee Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 26 Mar 2018 08:00:34 -0700 Subject: [PATCH] transmission alias changed --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 327efe5..2e4f2a7 100644 --- a/.bashrc +++ b/.bashrc @@ -45,7 +45,7 @@ alias ka="killall" alias g="git" alias gitup="git push origin master" alias gitpass="git config --global credential.helper cache" -alias tr="transmission-remote" +alias trem="transmission-remote" alias mkd="mkdir -pv" alias rf="source ~/.bashrc" alias ref="shortcuts.sh && source ~/.bashrc" # Refresh shortcuts manually and reload bashrc