mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 02:47:33 +00:00
Move shebang to top of bootstrap script
This commit is contained in:
parent
ca93dafc60
commit
c1b5cc90af
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user