Remove autostart of TMUX
This commit is contained in:
parent
57165ac5a5
commit
cc104dc58f
|
@ -1,8 +1,3 @@
|
||||||
# Connect to TMUX if not login shell and not already connected
|
|
||||||
if [[ $- =~ i ]] && [[ -z "$TMUX" ]]; then
|
|
||||||
tmux new; exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||||
# Initialization code that may require console input (password prompts, [y/n]
|
# Initialization code that may require console input (password prompts, [y/n]
|
||||||
# confirmations, etc.) must go above this block; everything else may go below.
|
# confirmations, etc.) must go above this block; everything else may go below.
|
||||||
|
|
Loading…
Reference in a new issue