include machine env

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-18 04:31:35 +02:00
parent 328d9f67eb
commit bba062df50
2 changed files with 2 additions and 1 deletions

View file

@ -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