diff --git a/modules/home/caem/core/zsh/conf.d/tmux.zsh b/modules/home/caem/core/zsh/conf.d/tmux.zsh deleted file mode 100644 index 5480600..0000000 --- a/modules/home/caem/core/zsh/conf.d/tmux.zsh +++ /dev/null @@ -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