[zsh] fix last commit

This commit is contained in:
Julien Rabier 2021-03-09 18:31:53 +01:00
parent c8ad304064
commit 995046267f

View File

@ -41,10 +41,7 @@ source ~/.zsh/functions
source ~/.zsh/exports
source ~/.zsh/completion/fzf-completion.zsh
WORK_EXPORT="~/.zsh/exports_work"
if [ -e "$WORK_EXPORT" ]; then
source "$WORK_EXPORT"
fi
[[ -e ~/.zsh/exports_work ]] && source ~/.zsh/exports_work
{{- if eq .chezmoi.hostname "taupo" }}
source ~/.zsh/aliases_taupo