From c1b5cc90af8cd5d3e4958188f2c995061dd6ace7 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 28 Oct 2015 10:54:46 -0700 Subject: [PATCH] Move shebang to top of bootstrap script --- vim-sync-append.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim-sync-append.sh b/vim-sync-append.sh index aa7f656..24664f4 100755 --- a/vim-sync-append.sh +++ b/vim-sync-append.sh @@ -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"