dotfiles/home/private_dot_config/zsh/zexists.d/cmd/tmux.zsh
2023-02-21 10:41:28 -06:00

9 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'