Exports should export anything for now.
This commit is contained in:
parent
21496f2b17
commit
3c9ea5f437
@ -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}
|
||||
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}
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user