Add tmux oh-my-zsh plugin

This commit is contained in:
Kevin Cotugno 2020-02-24 06:38:00 -07:00
parent 90f57b304d
commit a6d77e2890

4
.zshrc
View File

@ -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