2015-03-01 10:09:06 +05:00
|
|
|
for config_file in `ls ${CONFIG_PATH}/zsh/exports | sort | grep zsh`; do
|
|
|
|
source ${CONFIG_PATH}/zsh/exports/${config_file}
|
2015-03-14 20:39:49 +05:00
|
|
|
done
|
|
|
|
|
|
|
|
for config_file in `ls ${HOME}/.zsh-config.d/exports | sort | grep zsh`; do
|
|
|
|
source ${HOME}/.zsh-config.d/exports/${config_file}
|
|
|
|
done
|
|
|
|
|