diff --git a/zsh/zshrc b/zsh/zshrc index e0062ec..7276da6 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -46,7 +46,7 @@ function dt() { if [[ "${SESSION_MANAGER}" == "tmux" ]]; then tmux -u -2 new-session -A -s $session_name else - zellij attach --session-serialization false -c $session_name + zellij attach -c $session_name fi }