Fix script signatures

This commit is contained in:
Rob Watson 2021-04-03 10:51:47 +02:00
parent 66edb6b754
commit b964381989
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash
#
# Check vim plugins dir for unused plugins
# Note: does not perform deletion at this time, pipe output to bash.

View File

@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash
#
# Install vim plugins to $HOME/.vim/pack/git-plugins/opt
set -e

View File

@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash
#
# Update vim plugins in $HOME/.vim/pack/git-plugins/opt