forked from misc/zsh-config
Exports should export anything for now.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
for config_file in `ls ${CONFIG_PATH}/zsh/exports | sort | grep zsh`; do
|
for config_file in `ls ${CONFIG_PATH}/zsh/exports | sort`; do
|
||||||
source ${CONFIG_PATH}/zsh/exports/${config_file}
|
source ${CONFIG_PATH}/zsh/exports/${config_file}
|
||||||
done
|
done
|
||||||
|
|
||||||
for config_file in `ls ${HOME}/.zsh-config.d/exports | sort | grep zsh`; do
|
for config_file in `ls ${HOME}/.zsh-config.d/exports | sort`; do
|
||||||
source ${HOME}/.zsh-config.d/exports/${config_file}
|
source ${HOME}/.zsh-config.d/exports/${config_file}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user