mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Starting tmux plugin with basic config variables.
This commit is contained in:
		
							
								
								
									
										12
									
								
								plugins/tmux/tmux.plugin.zsh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								plugins/tmux/tmux.plugin.zsh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| # Configuration variables | ||||
| # Automatically start tmux | ||||
| [[ -n "$ZSH_TMUX_AUTOSTART" ]] || ZSH_TMUX_AUTOSTART = false | ||||
| # Automatically connect to a previous session if it exists | ||||
| [[ -n "$ZSH_TMUX_AUTOCONNECT" ]] || ZSH_TMUX_AUTOCONNECT = true | ||||
| # Automatically close the terminal when tmux exits | ||||
| [[ -n "$ZSH_TMUX_AUTOQUIT" ]] || ZSH_TMUX_AUTOQUIT = true | ||||
| # Set term to screen or screen-256color based on current terminal support | ||||
| [[ -n "$ZSH_TMUX_FIXTERM" ]] || ZSH_TMUX_AUTOCONNECT = true | ||||
|  | ||||
| # Get the absolute path to the current directory | ||||
| local zsh_tmux_plugin_path="$(cd "$(dirname "$0")" && pwd)" | ||||
		Reference in New Issue
	
	Block a user