From 29155bd10f363794bc67886900cbae86a8ece5b5 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 6 Apr 2025 14:59:02 +0200 Subject: [PATCH] zsh: I might be retarded Actually removd tmux instead of quitting the fucking shell. --- modules/home/caem/core/zsh/conf.d/tmux.zsh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 modules/home/caem/core/zsh/conf.d/tmux.zsh 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