Parth / dotfiles

519 stars 230 forks source link

Tmux isn't loading anymore #60

Closed dvdknaap closed 4 years ago

dvdknaap commented 4 years ago

Since the latest version tmux isn't loading anymore

It's disabled in https://github.com/Parth/dotfiles/blob/master/zsh/zshrc_manager.sh

# # Run tmux if exists
# if command -v tmux>/dev/null; then
#   if [ "$DISABLE_TMUX" = "true" ]; then
#       echo "DISABLE_TMUX=true"
#   else
#       [ -z $TMUX ] && exec tmux
#   fi
# else 
#   echo "tmux not installed. Run ./deploy to configure dependencies"
# fi
Parth commented 4 years ago

Thanks for the heads up!