Move shebang to top of bootstrap script

This commit is contained in:
ViViDboarder 2015-10-28 10:54:46 -07:00
parent ca93dafc60
commit c1b5cc90af
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
#! /bin/bash
############################
# Vim Settings Setup script by ViViDboarder (Ian)
# http://github.com/ViViDboarder/Vim-Settings
############################
#! /bin/bash
if [ -d ~/.vim ] || [ -f ~/.vimrc ] || [ -d ~/.nvim ] || [ -f ~/.nvimrc ] || [ -d ~/.config/nvim ]; then
echo "Vim files already exist. Please backup or remove .(n)vim and .(n)vimrc and .config/nvim"