From a6d77e2890497430ad93135083dacf90f413a359 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 24 Feb 2020 06:38:00 -0700 Subject: [PATCH] Add tmux oh-my-zsh plugin --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 55954d2..1dc7ce4 100644 --- a/.zshrc +++ b/.zshrc @@ -6,7 +6,9 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then export ZSH_THEME="$theme" export DISABLE_UPDATE_PROMPT=true - plugins=(git) + export ZSH_TMUX_AUTOSTART=true + + export plugins=(git tmux) source "$oh_my_zsh/oh-my-zsh.sh" fi