Update scripts

This commit is contained in:
Alex Yatskov 2023-11-04 12:06:27 -07:00
parent 9d67555f2e
commit 88512f8b37
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
#!/bin/bash -e
git submodule update --init --recursive

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
if [ ! -d ~/.config/nvim ]; then
ln -s $PWD ~/.config/nvim
fi

View File

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash -e
git submodule update --remote --merge