From c8ad304064f24b885740a5aa3cd5b862f9a5f628 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Tue, 9 Mar 2021 18:11:36 +0100 Subject: [PATCH] [zsh] deploy work specific export sourcing --- dot_zshrc.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 1f962a3..9fa26ee 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -41,6 +41,11 @@ 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 + {{- if eq .chezmoi.hostname "taupo" }} source ~/.zsh/aliases_taupo source ~/.zsh/functions_taupo