1
0
Fork 0

CHANGE: Let's no longer start or attach to tmux session with a new

terminal
main
Nigel Barink 2024-04-14 15:36:16 +02:00
parent 7c7b647b0a
commit 331e7eb25a
Signed by: Nigel
GPG Key ID: C54278C495538619
2 changed files with 4 additions and 4 deletions

2
nvim

@ -1 +1 @@
Subproject commit 0c2a2236a54283aa296f0f4fd5df65437481f0ed
Subproject commit e9488d594881b481094c1e4e4897caef68cfc38c

View File

@ -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]