dotfiles/zsh/zshrc
James Patrick bac51362aa Added tmux-autostart function to start before the rest of the plugins.
This will prevent the double render issue that existed prior. It will still
 render twice, but the second render will be defered until after tmux has been
 quit.
2019-05-01 17:25:56 -04:00

7 lines
92 B
Bash

# vim: syn=zsh
source "${ZDIR}/modules/tmux/init.zsh"
source $ZDIR/zplug
env_loader zshrc