7 lines
210 B
Bash
7 lines
210 B
Bash
alias t-labbook="$DOTFILES_DIR/tmux/labbook.sh"
|
|
# source custom tmux.conf with older tmux
|
|
alias tmux="tmux -f ~/.config/tmux/tmux.conf"
|
|
alias t='tmux'
|
|
alias tn='tmux new-session'
|
|
alias tl='tmux list-sessions'
|
|
|