Simple TMUX plugin to keep track of you current global-local pyenvs.
Add the plugin to your ~/.tmux.conf
file.
set -g @plugin 'Mystaras/tmux-pyenv.git'
Add the #{pyenv_info}
format string to your status bar.
set -g status-right '#{pyenv_info}'
Finally, prefix + I
to fetch the plugin and source it.
If the output does not refresh to your liking, add to your ~/.tmux.conf
file.
set -g status-interval 1