Skip to content

v5.1 Fixed tmux issue

Compare
Choose a tag to compare
@0n1udra 0n1udra released this 20 Dec 23:04
· 563 commits to master since this release
57c0135
  • My ~/.tmux.conf had set -g base-index 1 in it, which meant I scripted the code to work with my specific config.... my bad :)
    I updated the code so it should work with default a default tmux config.
  • I also added a pyenv_activate_command variable to slime_vars.py to activate a python env before starting the Discord bot (if using one). Set this to None if not using one.