2023-02-17 09:26:31 -06:00
|
|
|
alias t-labbook="$DOTFILES_DIR/tmux/labbook.sh"
|
|
|
|
# source custom tmux.conf with older tmux
|
2023-02-20 15:29:37 -06:00
|
|
|
alias tmux="tmux -f $HOME/.config/tmux/tmux.conf"
|
2023-02-17 09:26:31 -06:00
|
|
|
alias t='tmux'
|
2023-02-20 15:29:37 -06:00
|
|
|
alias ta='tmux attach -t'
|
2023-04-24 13:36:00 -05:00
|
|
|
# alias tn='tmux new-session -s'
|
2023-02-17 09:26:31 -06:00
|
|
|
alias tl='tmux list-sessions'
|
|
|
|
|