zsh: I might be retarded

Actually removd tmux instead of quitting the fucking shell.
This commit is contained in:
caem 2025-04-06 14:59:02 +02:00
parent 4973eeb922
commit 29155bd10f
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,8 +0,0 @@
#!/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