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) ----------