More fixes to importing stuff - find will return full file paths.

This commit is contained in:
2015-03-21 19:53:54 +05:00
parent eca7e5500a
commit 1babd0fb06
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ if [ ! -d ${HOME}/.zsh-config.d/ ]; then
fi
for file in `find ${HOME}/.zsh-config.d/ -type f -depth 1 | sort`; do
source ${HOME}/.zsh-config.d/${file}
source ${file}
done