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
|
||||
)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
|
||||
# [ MB ]
|
||||
|
||||
# plugins
|
||||
source $HOME/.machine_env
|
||||
ZSH_AUTOSUGGEST_STRATEGY=(completion history)
|
||||
ZSH_AUTOSUGGEST_USE_ASYNC="true"
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
# profile
|
||||
source $HOME/.zprofile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue