From 293ba908c3682bcbadd352bc6f00320f332a9234 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 9 Aug 2021 17:41:12 +0200 Subject: [PATCH] zsh: fix sourcing of extra files --- files/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/zshrc b/files/zshrc index 65a8130..ce2d0a3 100644 --- a/files/zshrc +++ b/files/zshrc @@ -2,8 +2,8 @@ # Set up zsh for interactive use (options, prompt, aliases, etc.) while read -r f; do [ -f "$f" ] && source "$f"; done <