From 8b4ed7b22231e62911e015a4acbcb9b73f8666d3 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Sun, 20 Nov 2022 21:19:35 +0000 Subject: Add other directory to zsh --- zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 3fe2d75..4d6f37d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -19,5 +19,6 @@ foreach file (`echo $sources`) end # =============================== -# source $ZSH_CONFIG/ephemeral.zsh - +for file in $ZSH_CONFIG/other/*; do + source "$file" +done -- cgit v1.2.3-70-g09d2