Update some scripts

This commit is contained in:
2022-06-11 17:15:52 -04:00
parent 90ce7c09aa
commit 83a63be678
4 changed files with 44 additions and 8 deletions

View File

@@ -12,4 +12,5 @@ if [ -d $src ]; then
[ -d "$src/colors" ] && echo "Syncing user colors" && cp -r "$src/colors" $dest
[ -d "$src/after" ] && echo "Syncing after directory" && cp -r "$src/after" $dest
[ -d "$src/ftdetect" ] && echo "Syncing ftdetect" && cp -r "$src/ftdetect" $dest
[ -d "$src/autoload" ] && echo "Syncing autoload" && cp -r "$src/autoload" $dest
fi