Load exports from userdir also.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| for config_file in `ls ${CONFIG_PATH}/zsh/exports | sort | grep zsh`; do | ||||
|     source ${CONFIG_PATH}/zsh/exports/${config_file} | ||||
| done | ||||
| done | ||||
|  | ||||
| for config_file in `ls ${HOME}/.zsh-config.d/exports | sort | grep zsh`; do | ||||
|     source ${HOME}/.zsh-config.d/exports/${config_file} | ||||
| done | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user