From e4c88a8f278b20d910c79821298c84b380abb243 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 25 Apr 2013 14:18:12 +0100 Subject: [PATCH] Update tmux related shell setup --- shell/tmux.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shell/tmux.sh b/shell/tmux.sh index 8518e8a..cefdaf4 100644 --- a/shell/tmux.sh +++ b/shell/tmux.sh @@ -5,6 +5,11 @@ alias tmn="tm new" alias tml="tm ls" alias tmm="tmn -s main" +# Custom Install +if [ -d "/opt/tmux/bin" ]; then + path_prepend "/opt/tmux/bin" +fi + # Tmux Completion if [ -f "/usr/local/etc/bash_completion.d/tmux" ]; then source "/usr/local/etc/bash_completion.d/tmux"