diff --git a/zsh/zshrc b/zsh/zshrc index a30a914..ea72e76 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -109,7 +109,7 @@ function dt() { local session_name session_name=${1:-DefaultSession} - tmux -u -2 new-session -A -s $session_name + zellij attach -c $session_name } function send-to-pane() {