Changed shebang to bash | fixed vundle directory test
This commit is contained in:
parent
de5460567b
commit
c96d22534e
2 changed files with 2 additions and 2 deletions
BIN
.setup.sh.swp
BIN
.setup.sh.swp
Binary file not shown.
4
setup.sh
Normal file → Executable file
4
setup.sh
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
commandExists()
|
||||
{
|
||||
|
@ -18,7 +18,7 @@ ln -s ~/.dotfiles/.vim ~/.vim
|
|||
ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
|
||||
|
||||
# install vundle
|
||||
if ! [ -f ~/.vim/bundle/Vundle.vim ]; then
|
||||
if ! [ -d ~/.vim/bundle/Vundle.vim ]; then
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
else
|
||||
echo '[INFO] Vundle is already installed.'
|
||||
|
|
Loading…
Add table
Reference in a new issue