From 63537b59c7ff9657de826ed528e25eb726d66354 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Mon, 15 Mar 2021 17:40:18 +0100 Subject: [PATCH] [zsh] add custom export source file --- dot_zshrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 8d431cc..7c672e5 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -45,6 +45,7 @@ source ~/.zsh/completion/fzf-completion.zsh {{- if eq .chezmoi.hostname "taupo" }} source ~/.zsh/aliases_taupo +source ~/.zsh/exports_taupo source ~/.zsh/functions_taupo source ~/.config/broot/launcher/bash/br source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh