mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update tmux related shell setup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user