diff --git a/zsh/.zshrc b/zsh/.zshrc index 3871fc2..07ace62 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -70,7 +70,12 @@ ZSH_THEME="obraun" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(git tmux) + +# Spawn tmux shell if its my pc +if [ $HOST = "bodenheizung" ]; then + ZSH_TMUX_AUTOSTART=true +fi source $ZSH/oh-my-zsh.sh