re-enabled tmux autostart

This commit is contained in:
Stefen Auris 2021-05-27 14:31:07 -04:00
parent 8fbfa42ed3
commit b290c3ba6c

View file

@ -191,9 +191,9 @@ export VISUAL=$EDITOR
export PAGER='less' export PAGER='less'
export SHELL='/bin/zsh' export SHELL='/bin/zsh'
#if [[ ! $(tmux ls) ]] 2> /dev/null; then if [[ ! $(tmux ls) ]] 2> /dev/null; then
# tmux new -s λ tmux new -s λ
#fi fi
##################### #####################
# COLORING # # COLORING #
##################### #####################