feat(tmux): update ta alias

This commit is contained in:
2026-01-22 22:48:52 +02:00
parent 5d9b62560e
commit 2a0945c68f
2 changed files with 3 additions and 1 deletions

View File

@@ -108,7 +108,6 @@ alias ldc="lazydocker"
alias tmux="tmux -f ~/.config/tmux/conf.tmux"
alias tn="tmux new"
alias tns="tmux new -s"
alias ta="tmux attach"
alias tas="tmux attach -t"
alias tlw="tmux list-windows"
alias trl="tmux source-file ~/.config/tmux/conf.tmux"