From 52e204810e1dc1ad0e40d55dcea5614ffc473cf6 Mon Sep 17 00:00:00 2001 From: afiqzudinhadi Date: Sun, 30 Aug 2026 20:54:58 +0800 Subject: [PATCH] Add tma alias for tmux attach --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index f9511be..e91c06b 100644 --- a/.zshrc +++ b/.zshrc @@ -82,6 +82,7 @@ fi if [[ "$OSTYPE" == linux* ]]; then alias v="nvim" alias tm="tmux" + alias tma="tmux attach -t" fi # ---------- thefuck (if installed) ----------