1
0
mirror of https://github.com/akelge/vim synced 2025-09-15 11:04:20 +00:00

updated config

This commit is contained in:
simonec
2011-04-13 14:13:13 +00:00
parent 275c4a7bbf
commit f42869f496
10 changed files with 65 additions and 18 deletions

View File

@ -12,7 +12,7 @@ KERNLIB="${LIBRARY}/${KERNEL}"
function loadRC {
if [ -d $1 ]; then
for zshFile in $1/*; do
for zshFile in $1/*[^~]; do
. $zshFile
done
fi