modifications to obtain working environment

This commit is contained in:
2016-06-19 15:31:31 +01:00
parent 0bf1741698
commit 941a089d66
17 changed files with 41 additions and 103 deletions

View File

@@ -13,7 +13,7 @@ if [[ -d ~/code ]]; then
fi
# source all .zsh files inside of the zsh/ directory
for config ($ZSH/**/*.zsh) source $config
for config ($ZSH/*.zsh) source $config
if [[ -a ~/.localrc ]]; then
source ~/.localrc