Add tmux oh-my-zsh plugin
This commit is contained in:
parent
90f57b304d
commit
a6d77e2890
4
.zshrc
4
.zshrc
@ -6,7 +6,9 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
|
|||||||
export ZSH_THEME="$theme"
|
export ZSH_THEME="$theme"
|
||||||
export DISABLE_UPDATE_PROMPT=true
|
export DISABLE_UPDATE_PROMPT=true
|
||||||
|
|
||||||
plugins=(git)
|
export ZSH_TMUX_AUTOSTART=true
|
||||||
|
|
||||||
|
export plugins=(git tmux)
|
||||||
source "$oh_my_zsh/oh-my-zsh.sh"
|
source "$oh_my_zsh/oh-my-zsh.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user