tmux auto launch update

This commit is contained in:
Kyle Brown 2023-07-27 20:07:47 -07:00
parent 9b67501ba8
commit f41391f7e0

View file

@ -70,7 +70,7 @@ ZVM_INIT_MODE=sourcing
# ZSH Tmux plugin settings
TMUX_MOTD=false
if [[ $(hostname) == "farnsworth" ]] || [[ $(hostname) == "amy" ]]; then
if [[ $(hostname) == "amy" ]] || [[ $(hostname) == "cubert" ]] ; then
# Disable autostart on local machines
TMUX_AUTOSTART=false
fi