Browse Source

Fix syntax HL theme installing

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

2
install.sh

@ -19,7 +19,7 @@ git submodule update --init --recursive
cd - 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/fast-syntax-highlighting/current_theme.zsh"
# Create symbolic links in the user's home dir # Create symbolic links in the user's home dir
for file in $FILES for file in $FILES

Loading…
Cancel
Save