diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 21:19:35 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 21:19:35 +0000 |
| commit | 8b4ed7b22231e62911e015a4acbcb9b73f8666d3 (patch) | |
| tree | 6254a793cc9ac343bb0a3e8eff71bbad945daca3 | |
| parent | e7d1da28bd6fdcee9cee52c7498eb3a9e576e194 (diff) | |
Add other directory to zsh
| -rw-r--r-- | info.yml | 4 | ||||
| -rw-r--r-- | zsh/.zshrc | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -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: @@ -19,5 +19,6 @@ foreach file (`echo $sources`) end # =============================== -# source $ZSH_CONFIG/ephemeral.zsh - +for file in $ZSH_CONFIG/other/*; do + source "$file" +done |
