aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--info.yml4
-rw-r--r--zsh/.zshrc5
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