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.
		
			
				
	
	
		
			7 lines
		
	
	
		
			92 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			92 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# vim: syn=zsh
 | 
						|
 | 
						|
source "${ZDIR}/modules/tmux/init.zsh"
 | 
						|
source $ZDIR/zplug
 | 
						|
 | 
						|
env_loader zshrc
 |