Fix install.sh when called from elsewhere
This commit is contained in:
parent
14c303f25d
commit
26177fdf80
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@ if [ ! -e "$HOME/.git_user" ]; then
|
|||
fi
|
||||
|
||||
# Init or update submodules
|
||||
cd "$SCRIPTPATH"
|
||||
git submodule update --init --recursive
|
||||
cd -
|
||||
|
||||
# Setup fast-syntax-highlighting theme customization
|
||||
cp "$SCRIPTPATH/fsh_theme.zsh" "$SCRIPTPATH/current_theme.zsh"
|
||||
|
|
Loading…
Reference in a new issue