From 76e8d28b4377dc38b9ca44bb6b3269fad08155ce Mon Sep 17 00:00:00 2001 From: Crizomb Date: Mon, 26 Jan 2026 04:21:55 +0100 Subject: [PATCH] no tmux by default --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index dd0bdbe..e8750ac 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,6 @@ -if [ -z "$TMUX" ] && [ -n "$PS1" ]; then - exec tmux -fi +# if [ -z "$TMUX" ] && [ -n "$PS1" ]; then +# exec tmux +# fi export ZSH="$HOME/.oh-my-zsh" # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes