Browse Source

Fix install.sh when called from elsewhere

merge-requests/1/merge
lhark 8 years ago
parent
commit
26177fdf80
  1. 2
      install.sh

2
install.sh

@ -14,7 +14,9 @@ if [ ! -e "$HOME/.git_user" ]; then
fi fi
# Init or update submodules # Init or update submodules
cd "$SCRIPTPATH"
git submodule update --init --recursive git submodule update --init --recursive
cd -
# Setup fast-syntax-highlighting theme customization # Setup fast-syntax-highlighting theme customization
cp "$SCRIPTPATH/fsh_theme.zsh" "$SCRIPTPATH/current_theme.zsh" cp "$SCRIPTPATH/fsh_theme.zsh" "$SCRIPTPATH/current_theme.zsh"

Loading…
Cancel
Save