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 --- info.yml | 4 +++- zsh/.zshrc | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/info.yml b/info.yml index 75158d6..e43fe22 100644 --- a/info.yml +++ b/info.yml @@ -39,6 +39,8 @@ sections: - ==: link from: config/prompt.zsh to: ~/.config/zsh/prompt.zsh + - ==: run + command: "mkdir -p ~/.config/zsh/other" notes: - "Remember to change shell to zsh" @@ -68,7 +70,7 @@ sections: directory: "iterm2" tags: ["config"] preconditions: - os: "macos" + os: "macosdsakjghajsdhlsjg" # Copy iterm2 configurations for macOS configure-git: 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