zsh: No longer automatically enter tmux on new session

This commit is contained in:
caem 2025-04-05 22:51:40 +02:00
parent af1d3f7592
commit 2643aaf6d2
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,5 +1,8 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
# Started to be fucking annoying. Going to disable this for now.
exit 0
if [ -z "$TMUX" ] && [ -n "$PS1" ]; then if [ -z "$TMUX" ] && [ -n "$PS1" ]; then
tmux attach tmux attach
fi fi