1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

New script base on themes array

This commit is contained in:
mquintero 2017-07-04 15:30:34 -05:00
parent 71c2252721
commit 077bc0a8dc

View File

@ -99,7 +99,7 @@ read -p 'Enter OPTION(S) : ' -a OPTION
# |
for OP in "${OPTION[@]}"; do
if [[ $OP=<$ARRAYLENGTH ]]; then
if [[ $OP<$ARRAYLENGTH ]]; then
echo "Theme: ${FILENAME_SPACE^}"
SET_THEME="${THEMES[(($OP-1))]}"
set_gogh "${SET_THEME}"