Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use [[ for conditionals
Browse files Browse the repository at this point in the history
Fix clean_old_theme function
cmorgenstern committed Aug 1, 2023
1 parent 1311c7e commit 85cbaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ install_theme() {
}

clean_old_theme() {
rm -rf "${DEST_DIR}"/Vimix{'-Amethyst','-Beryl','-Doder','-Ruby','-Jade','-Black','-White'}{'','-dark'}
rm -rf "${DEST_DIR}"/Vimix{'-amethyst','-beryl','-doder','-ruby','-jade','-black','-white'}{'','-dark'}
}

while [[ $# -gt 0 ]]; do

0 comments on commit 85cbaed

Please sign in to comment.