diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,5 +19,6 @@ foreach file (`echo $sources`) end # =============================== -# source $ZSH_CONFIG/ephemeral.zsh - +for file in $ZSH_CONFIG/other/*; do + source "$file" +done |
