include machine env
This commit is contained in:
parent
328d9f67eb
commit
bba062df50
2 changed files with 2 additions and 1 deletions
|
@ -15,14 +15,15 @@ plugins=(
|
||||||
vagrant
|
vagrant
|
||||||
)
|
)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
|
||||||
|
|
||||||
|
|
||||||
# [ MB ]
|
# [ MB ]
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
|
source $HOME/.machine_env
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=(completion history)
|
ZSH_AUTOSUGGEST_STRATEGY=(completion history)
|
||||||
ZSH_AUTOSUGGEST_USE_ASYNC="true"
|
ZSH_AUTOSUGGEST_USE_ASYNC="true"
|
||||||
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
# profile
|
# profile
|
||||||
source $HOME/.zprofile
|
source $HOME/.zprofile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue