8 lines
250 B
Bash
8 lines
250 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 tls='tmux list-sessions'
|
|
|