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