dotfiles/home/private_dot_config/zsh/zexists.d/cmd/tmux.zsh

8 lines
210 B
Bash
Raw Normal View History

2023-02-17 09:26:31 -06:00
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'