From 331e7eb25a9166ccf3ab791ddc5b3fcb655a95cf Mon Sep 17 00:00:00 2001 From: Nigel Date: Sun, 14 Apr 2024 15:36:16 +0200 Subject: [PATCH] CHANGE: Let's no longer start or attach to tmux session with a new terminal --- nvim | 2 +- zsh/dot-zshrc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nvim b/nvim index 0c2a223..e9488d5 160000 --- a/nvim +++ b/nvim @@ -1 +1 @@ -Subproject commit 0c2a2236a54283aa296f0f4fd5df65437481f0ed +Subproject commit e9488d594881b481094c1e4e4897caef68cfc38c diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 1333e57..6ef6865 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -4,9 +4,9 @@ # | | | /__ ___] | | |___ |__| | \| | | |__] # # attach to an existing tmux session or create a new one if none exist -if [ "$TMUX" = "" ] && [ -z "$TMUX"]; then - tmux attach -t $(tmux display-message -p '#S') || tmux new-session -fi +# if [ "$TMUX" = "" ] && [ -z "$TMUX"]; then +# tmux attach -t $(tmux display-message -p '#S') || tmux new-session +# fi # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n]