Closed dvdknaap closed 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
Thanks for the heads up!
Since the latest version tmux isn't loading anymore
It's disabled in https://github.com/Parth/dotfiles/blob/master/zsh/zshrc_manager.sh