mirror of https://github.com/akelge/vim
Changed all conf file to .zsh extension
This commit is contained in:
parent
a6d5778a47
commit
d9013ec2da
|
@ -23,9 +23,10 @@ function loadRC {
|
|||
fi
|
||||
|
||||
# Add local customization file, svn ignored
|
||||
[ -f $1/99-local ] || echo "# Local customizations" > $1/99-local
|
||||
[ -f $1/99-local.zsh ] || echo "# Local customizations" > $1/99-local.zsh
|
||||
|
||||
for zshFile in $1/[0-9]*[^off\|~]; do
|
||||
# Process all .zsh files
|
||||
for zshFile in $1/[0-9]*.zsh; do
|
||||
. $zshFile
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue