smol_scriptz/update_path.sh
2019-07-10 08:44:27 +02:00

7 lines
69 B
Bash

cd ~/.vim/bundle
for i in `ls`; do
cd "$i"
git pull
cd ..
done