Fix script signatures
This commit is contained in:
parent
66edb6b754
commit
b964381989
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#/usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Install vim plugins to $HOME/.vim/pack/git-plugins/opt
|
||||
set -e
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#/usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Update vim plugins in $HOME/.vim/pack/git-plugins/opt
|
||||
|
||||
|
|
Loading…
Reference in New Issue