Fix syntax HL theme installing
This commit is contained in:
parent
61ae4b30a3
commit
2b134daba4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ git submodule update --init --recursive
|
|||
cd -
|
||||
|
||||
# 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
|
||||
for file in $FILES
|
||||
|
|
Loading…
Reference in a new issue