CHANGE: Let's no longer start or attach to tmux session with a new
terminal
This commit is contained in:
2
nvim
2
nvim
Submodule nvim updated: 0c2a2236a5...e9488d5948
@ -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]
|
||||
|
Reference in New Issue
Block a user