Update tmux related shell setup

This commit is contained in:
2013-04-25 14:18:12 +01:00
parent 4914877d04
commit e4c88a8f27

View File

@@ -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"