dotfiles/home/private_dot_config/zsh/zexists.d/cmd/tmux.zsh
2023-05-16 12:23:37 -05:00

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