8 lines
243 B
Bash
8 lines
243 B
Bash
alias t-labbook="$DOTFILES_DIR/tmux/labbook.sh"
|
|
# source custom tmux.conf with older tmux
|
|
alias tmux="tmux -f $HOME/.config/tmux/tmux.conf"
|
|
alias t='tmux'
|
|
alias ta='tmux attach -t'
|
|
alias tn='tmux new-session -s'
|
|
alias tl='tmux list-sessions'
|
|
|