From b290c3ba6c36cf528511a98d7574ba8de95498b4 Mon Sep 17 00:00:00 2001 From: steveokard Date: Thu, 27 May 2021 14:31:07 -0400 Subject: [PATCH] re-enabled tmux autostart --- zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 271b8cd..357c201 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -191,9 +191,9 @@ export VISUAL=$EDITOR export PAGER='less' export SHELL='/bin/zsh' -#if [[ ! $(tmux ls) ]] 2> /dev/null; then -# tmux new -s λ -#fi +if [[ ! $(tmux ls) ]] 2> /dev/null; then + tmux new -s λ +fi ##################### # COLORING # #####################