mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 06:37:37 +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)
|
# Vim Settings Setup script by ViViDboarder (Ian)
|
||||||
# http://github.com/ViViDboarder/Vim-Settings
|
# http://github.com/ViViDboarder/Vim-Settings
|
||||||
############################
|
############################
|
||||||
#! /bin/bash
|
|
||||||
|
|
||||||
if [ -d ~/.vim ] || [ -f ~/.vimrc ] || [ -d ~/.nvim ] || [ -f ~/.nvimrc ] || [ -d ~/.config/nvim ]; then
|
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"
|
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