update
This commit is contained in:
+5
-1
@@ -1,7 +1,8 @@
|
||||
{{#if enableTmux}}
|
||||
export ZSH_TMUX_AUTOSTART=true
|
||||
export ZSH_TMUX_AUTOSTART_ONCE=true
|
||||
export ZSH_TMUX_AUTOCONNECT=true
|
||||
|
||||
{{/if}}
|
||||
# install zinit
|
||||
# git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin
|
||||
source ~/.zinit/bin/zinit.zsh
|
||||
@@ -30,8 +31,10 @@ zinit snippet OMZ::plugins/git/git.plugin.zsh
|
||||
# Load OMZ extract folder
|
||||
zinit ice svn
|
||||
zinit snippet OMZ::plugins/extract
|
||||
{{#if enableTmux}}
|
||||
zinit ice svn
|
||||
zinit snippet OMZ::plugins/tmux
|
||||
{{/if}}
|
||||
|
||||
# theme
|
||||
zinit light "tinyRatP/ys"
|
||||
@@ -45,3 +48,4 @@ zinit light "tinyRatP/ys"
|
||||
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
export PATH="/usr/local/opt/openjdk/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user