add tmux zsh plugin

This commit is contained in:
Santiago Forero 2021-08-23 18:03:36 -05:00
parent 053daa07d5
commit 7db0f982e7
1 changed files with 4 additions and 1 deletions

View File

@ -70,7 +70,10 @@ ENABLE_CORRECTION="true"
# 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)
ZSH_TMUX_AUTOSTART="true"
source $ZSH/oh-my-zsh.sh