From 2643aaf6d285f05cd565b4002863253ade995df6 Mon Sep 17 00:00:00 2001 From: caem Date: Sat, 5 Apr 2025 22:51:40 +0200 Subject: [PATCH] zsh: No longer automatically enter tmux on new session --- modules/home/caem/core/zsh/conf.d/tmux.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/caem/core/zsh/conf.d/tmux.zsh b/modules/home/caem/core/zsh/conf.d/tmux.zsh index b783f55..5480600 100644 --- a/modules/home/caem/core/zsh/conf.d/tmux.zsh +++ b/modules/home/caem/core/zsh/conf.d/tmux.zsh @@ -1,5 +1,8 @@ #!/usr/bin/env zsh +# Started to be fucking annoying. Going to disable this for now. +exit 0 + if [ -z "$TMUX" ] && [ -n "$PS1" ]; then tmux attach fi