diff --git a/gogh.sh b/gogh.sh index 693878d..657ffc7 100755 --- a/gogh.sh +++ b/gogh.sh @@ -205,10 +205,10 @@ set_gogh() { else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl - (eval "$(curl -sLo- "${url}")") + bash -c "$(curl -sLo- "${url}")" else # Linux ships with wget - (eval "$(wget -qO- "${url}")") + bash -c "$(wget -qO- "${url}")" fi fi } @@ -248,7 +248,7 @@ if [[ ${COLUMNS:-$(tput cols)} -ge 80 ]]; then printf '%b\n' "${gogh_str}" - #sleep 2.5 + sleep 2.5 else echo -e "\nGogh\n" for c in {0..15}; do @@ -319,9 +319,9 @@ fi # | if [[ ${#OPTION[@]} -gt 5 ]]; then if [[ "$(uname)" = "Darwin" ]]; then - eval "$(curl -sLo- "https://git.io/progressbar")" 2> /dev/null + eval "$(curl -sLo- https://git.io/progressbar)" 2> /dev/null else - eval "$(wget -qO- "https://git.io/progressbar")" 2> /dev/null + eval "$(wget -qO- https://git.io/progressbar)" 2> /dev/null fi fi diff --git a/test/print-themes.sh b/test/print-themes.sh index 4f57efd..0492184 100755 --- a/test/print-themes.sh +++ b/test/print-themes.sh @@ -251,9 +251,9 @@ set_gogh() { bash "${PARENT_PATH}/themes/$1" else if [[ "$(uname)" = "Darwin" ]]; then - (eval "$(curl -so- "${url}")") + bash -c "$(curl -so- "${url}")" else - (eval "$(wget -qO- "${url}")") + bash -c "$(wget -qO- "${url}")" fi fi } @@ -264,9 +264,9 @@ remove_file_extension (){ # Fancy progress bar if [[ "$(uname)" = "Darwin" ]]; then - eval "$(curl -sLo- "https://git.io/progressbar")" 2> /dev/null + eval "$(curl -sLo- https://git.io/progressbar)" 2> /dev/null else - eval "$(wget -qO- "https://git.io/progressbar")" 2> /dev/null + eval "$(wget -qO- https://git.io/progressbar)" 2> /dev/null fi declare color_dot_str diff --git a/test/test.sh b/test/test.sh index b8db4eb..1fab4d2 100644 --- a/test/test.sh +++ b/test/test.sh @@ -69,77 +69,77 @@ color () { } -wget -O xt http://git.io/v3D44 && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3D44")" color -wget -O xt https://git.io/v5mXj && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "https://git.io/v5mXj")" color -wget -O xt http://git.io/v3D4d && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3D4d")" color -wget -O xt https://git.io/v5mXA && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "https://git.io/v5mXA")" color -wget -O xt http://git.io/v3D4N && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3D4N")" color -wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3D4o")" color -wget -O xt http://git.io/v3D82 && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3D82")" color -wget -O xt http://git.io/v3D8e && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3D8e")" color -wget -O xt http://git.io/v3D8R && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3D8R")" color -wget -O xt https://git.io/v5mXi && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "https://git.io/v5mXi")" color -wget -O xt http://git.io/v3DB9 && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DB9")" color -wget -O xt http://git.io/v3DBB && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBB")" color -wget -O xt http://git.io/v3DBe && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBe")" color -wget -O xt http://git.io/v3DBF && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBF")" color -wget -O xt http://git.io/v3DBK && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBK")" color -wget -O xt http://git.io/v3DBM && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBM")" color -wget -O xt https://git.io/v5mPp && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "https://git.io/v5mPp")" color -wget -O xt http://git.io/v3DBP && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBP")" color -wget -O xt http://git.io/v5f6B && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v5f6B")" color -wget -O xt http://git.io/v3DBT && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBT")" color -wget -O xt http://git.io/v3DBv && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBv")" color -wget -O xt http://git.io/v3DBV && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DBV")" color -wget -O xt https://git.io/vQ9TY && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "https://git.io/vQ9TY")" color -wget -O xt http://git.io/v3Dlb && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3Dlb")" color -wget -O xt http://git.io/v3Dlb && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3Dlb")" color -wget -O xt http://git.io/v3Dli && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3Dli")" color -wget -O xt http://git.io/v3Dll && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3Dll")" color -wget -O xt http://git.io/v3Dlm && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3Dlm")" color -wget -O xt http://git.io/v3Dlr && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3Dlr")" color -wget -O xt http://git.io/v3Dlz && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3Dlz")" color -wget -O xt http://git.io/v3DR0 && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DR0")" color -wget -O xt http://git.io/v3DRB && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DRB")" color -wget -O xt https://git.io/v5m1t && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "https://git.io/v5m1t")" color -wget -O xt http://git.io/v3DRc && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DRc")" color -wget -O xt https://git.io/v5m1s && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "https://git.io/v5m1s")" color -wget -O xt https://git.io/v5m1Y && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "https://git.io/v5m1Y")" color -wget -O xt http://git.io/v3DRs && chmod +x xt && ./xt && rm xt +bash -c "$(wget -qO- "http://git.io/v3DRs")" color diff --git a/themes/3024-day.sh b/themes/3024-day.sh index 7e10355..152e6ca 100755 --- a/themes/3024-day.sh +++ b/themes/3024-day.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/3024-night.sh b/themes/3024-night.sh index d6b4ce0..096d55e 100755 --- a/themes/3024-night.sh +++ b/themes/3024-night.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/_base.sh b/themes/_base.sh index 0465791..90161d2 100755 --- a/themes/_base.sh +++ b/themes/_base.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/aci.sh b/themes/aci.sh index d582e86..93251b0 100755 --- a/themes/aci.sh +++ b/themes/aci.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/aco.sh b/themes/aco.sh index 2ea8988..c0634cd 100755 --- a/themes/aco.sh +++ b/themes/aco.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/adventuretime.sh b/themes/adventuretime.sh index ce2c587..48b3696 100755 --- a/themes/adventuretime.sh +++ b/themes/adventuretime.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/afterglow.sh b/themes/afterglow.sh index a7505b5..bef6747 100755 --- a/themes/afterglow.sh +++ b/themes/afterglow.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/alien-blood.sh b/themes/alien-blood.sh index 2c8c1da..f78faf9 100755 --- a/themes/alien-blood.sh +++ b/themes/alien-blood.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/argonaut.sh b/themes/argonaut.sh index f6c11de..4744950 100755 --- a/themes/argonaut.sh +++ b/themes/argonaut.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/arthur.sh b/themes/arthur.sh index 494e6c3..86e7e43 100755 --- a/themes/arthur.sh +++ b/themes/arthur.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/atom.sh b/themes/atom.sh index 6966ceb..f1a603e 100755 --- a/themes/atom.sh +++ b/themes/atom.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/azu.sh b/themes/azu.sh index f77557e..4f26cdf 100755 --- a/themes/azu.sh +++ b/themes/azu.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/belafonte-day.sh b/themes/belafonte-day.sh index f5c7af8..fd6462f 100755 --- a/themes/belafonte-day.sh +++ b/themes/belafonte-day.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/belafonte-night.sh b/themes/belafonte-night.sh index 00dcf61..ca089c8 100755 --- a/themes/belafonte-night.sh +++ b/themes/belafonte-night.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/bim.sh b/themes/bim.sh index 0b479b1..14cd3d5 100755 --- a/themes/bim.sh +++ b/themes/bim.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/birds-of-paradise.sh b/themes/birds-of-paradise.sh index 868e252..97ee053 100755 --- a/themes/birds-of-paradise.sh +++ b/themes/birds-of-paradise.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/blazer.sh b/themes/blazer.sh index 459e319..fcd8cf9 100755 --- a/themes/blazer.sh +++ b/themes/blazer.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/borland.sh b/themes/borland.sh index 69d1983..46e9535 100755 --- a/themes/borland.sh +++ b/themes/borland.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/broadcast.sh b/themes/broadcast.sh index bd76d3d..8308ba7 100755 --- a/themes/broadcast.sh +++ b/themes/broadcast.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/brogrammer.sh b/themes/brogrammer.sh index 46d0457..a4ac49f 100755 --- a/themes/brogrammer.sh +++ b/themes/brogrammer.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/c64.sh b/themes/c64.sh index 8d18f7b..a79c108 100755 --- a/themes/c64.sh +++ b/themes/c64.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/cai.sh b/themes/cai.sh index 6ee832d..827c8fb 100755 --- a/themes/cai.sh +++ b/themes/cai.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/chalk.sh b/themes/chalk.sh index 3a311ff..3df3948 100755 --- a/themes/chalk.sh +++ b/themes/chalk.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/chalkboard.sh b/themes/chalkboard.sh index 4f0352d..587623d 100755 --- a/themes/chalkboard.sh +++ b/themes/chalkboard.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/ciapre.sh b/themes/ciapre.sh index 1ed2ec9..058825c 100755 --- a/themes/ciapre.sh +++ b/themes/ciapre.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/clone-of-ubuntu.sh b/themes/clone-of-ubuntu.sh index 39d009f..5611627 100755 --- a/themes/clone-of-ubuntu.sh +++ b/themes/clone-of-ubuntu.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/clrs.sh b/themes/clrs.sh index 2541c57..d879328 100755 --- a/themes/clrs.sh +++ b/themes/clrs.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/cobalt-neon.sh b/themes/cobalt-neon.sh index d21447b..f670278 100755 --- a/themes/cobalt-neon.sh +++ b/themes/cobalt-neon.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/cobalt2.sh b/themes/cobalt2.sh index 7275ebc..c17bb53 100755 --- a/themes/cobalt2.sh +++ b/themes/cobalt2.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/crayon-pony-fish.sh b/themes/crayon-pony-fish.sh index fa18b67..36508e1 100755 --- a/themes/crayon-pony-fish.sh +++ b/themes/crayon-pony-fish.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/dark-pastel.sh b/themes/dark-pastel.sh index b1f9ddf..0c93656 100755 --- a/themes/dark-pastel.sh +++ b/themes/dark-pastel.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/darkside.sh b/themes/darkside.sh index 3ed1333..c574d2f 100755 --- a/themes/darkside.sh +++ b/themes/darkside.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/desert.sh b/themes/desert.sh index e001442..e25c6c8 100755 --- a/themes/desert.sh +++ b/themes/desert.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/dimmed-monokai.sh b/themes/dimmed-monokai.sh index 344e8f9..1d64adc 100755 --- a/themes/dimmed-monokai.sh +++ b/themes/dimmed-monokai.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/dracula.sh b/themes/dracula.sh index d76f038..ba0b208 100755 --- a/themes/dracula.sh +++ b/themes/dracula.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/earthsong.sh b/themes/earthsong.sh index c9ba224..348069c 100755 --- a/themes/earthsong.sh +++ b/themes/earthsong.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/elemental.sh b/themes/elemental.sh index 22377ec..be37948 100755 --- a/themes/elemental.sh +++ b/themes/elemental.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/elementary.sh b/themes/elementary.sh index 53c1140..fbe6a78 100755 --- a/themes/elementary.sh +++ b/themes/elementary.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/elic.sh b/themes/elic.sh index fa52f54..efa6fb0 100755 --- a/themes/elic.sh +++ b/themes/elic.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/elio.sh b/themes/elio.sh index b423dce..f49bdd7 100755 --- a/themes/elio.sh +++ b/themes/elio.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/espresso-libre.sh b/themes/espresso-libre.sh index 1c7bf7f..bbf51f6 100755 --- a/themes/espresso-libre.sh +++ b/themes/espresso-libre.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/espresso.sh b/themes/espresso.sh index c11195c..effa1fd 100755 --- a/themes/espresso.sh +++ b/themes/espresso.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/fishtank.sh b/themes/fishtank.sh index f5df7fc..0953a1c 100755 --- a/themes/fishtank.sh +++ b/themes/fishtank.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/flat.sh b/themes/flat.sh index 2c5bd2b..ccd09c6 100755 --- a/themes/flat.sh +++ b/themes/flat.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/flatland.sh b/themes/flatland.sh index ba61878..d7ed282 100755 --- a/themes/flatland.sh +++ b/themes/flatland.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/foxnightly.sh b/themes/foxnightly.sh index 7a5f283..ca385c1 100755 --- a/themes/foxnightly.sh +++ b/themes/foxnightly.sh @@ -47,9 +47,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/freya.sh b/themes/freya.sh index 1012ed1..a751416 100755 --- a/themes/freya.sh +++ b/themes/freya.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/frontend-delight.sh b/themes/frontend-delight.sh index 133301a..a03e35c 100755 --- a/themes/frontend-delight.sh +++ b/themes/frontend-delight.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/frontend-fun-forrest.sh b/themes/frontend-fun-forrest.sh index 28d4bf6..82ea7a3 100755 --- a/themes/frontend-fun-forrest.sh +++ b/themes/frontend-fun-forrest.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/frontend-galaxy.sh b/themes/frontend-galaxy.sh index 27b7fbe..78a7ea1 100755 --- a/themes/frontend-galaxy.sh +++ b/themes/frontend-galaxy.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/github.sh b/themes/github.sh index 8220188..1ecb0fa 100755 --- a/themes/github.sh +++ b/themes/github.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/gooey.sh b/themes/gooey.sh index 0c5108f..068f0b6 100755 --- a/themes/gooey.sh +++ b/themes/gooey.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/google-dark.sh b/themes/google-dark.sh index 5e1317b..98ad752 100755 --- a/themes/google-dark.sh +++ b/themes/google-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/google-light.sh b/themes/google-light.sh index c05fdc9..52a03a9 100755 --- a/themes/google-light.sh +++ b/themes/google-light.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/grape.sh b/themes/grape.sh index 2910e5e..e904c15 100755 --- a/themes/grape.sh +++ b/themes/grape.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/grass.sh b/themes/grass.sh index 0878e84..0ac9447 100755 --- a/themes/grass.sh +++ b/themes/grass.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/gruvbox-dark.sh b/themes/gruvbox-dark.sh index fee3c8d..39234a7 100755 --- a/themes/gruvbox-dark.sh +++ b/themes/gruvbox-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/gruvbox.sh b/themes/gruvbox.sh index 79fbb38..b31d74e 100755 --- a/themes/gruvbox.sh +++ b/themes/gruvbox.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/hardcore.sh b/themes/hardcore.sh index 82509ce..701c8fc 100755 --- a/themes/hardcore.sh +++ b/themes/hardcore.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/harper.sh b/themes/harper.sh index cc2096d..c599e9f 100755 --- a/themes/harper.sh +++ b/themes/harper.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/hemisu-dark.sh b/themes/hemisu-dark.sh index e4ccd03..d3524e7 100755 --- a/themes/hemisu-dark.sh +++ b/themes/hemisu-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/hemisu-light.sh b/themes/hemisu-light.sh index 150528b..236ad88 100755 --- a/themes/hemisu-light.sh +++ b/themes/hemisu-light.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/highway.sh b/themes/highway.sh index 1378228..0953653 100755 --- a/themes/highway.sh +++ b/themes/highway.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/hipster-green.sh b/themes/hipster-green.sh index 02c0fae..87eea01 100755 --- a/themes/hipster-green.sh +++ b/themes/hipster-green.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/homebrew.sh b/themes/homebrew.sh index 8f1e657..4134cb1 100755 --- a/themes/homebrew.sh +++ b/themes/homebrew.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/hurtado.sh b/themes/hurtado.sh index 7a90479..a4dbe3e 100755 --- a/themes/hurtado.sh +++ b/themes/hurtado.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/hybrid.sh b/themes/hybrid.sh index 3a8c241..1c508d0 100755 --- a/themes/hybrid.sh +++ b/themes/hybrid.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/ic-green-ppl.sh b/themes/ic-green-ppl.sh index 3f551d7..fc34a1e 100755 --- a/themes/ic-green-ppl.sh +++ b/themes/ic-green-ppl.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/ic-orange-ppl.sh b/themes/ic-orange-ppl.sh index 8bb4994..b1aa7f9 100755 --- a/themes/ic-orange-ppl.sh +++ b/themes/ic-orange-ppl.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/idle-toes.sh b/themes/idle-toes.sh index 08587a9..5f7bbf8 100755 --- a/themes/idle-toes.sh +++ b/themes/idle-toes.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/ir-black.sh b/themes/ir-black.sh index 55de9a1..25c0892 100755 --- a/themes/ir-black.sh +++ b/themes/ir-black.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/jackie-brown.sh b/themes/jackie-brown.sh index 1d21426..8f90e41 100755 --- a/themes/jackie-brown.sh +++ b/themes/jackie-brown.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/japanesque.sh b/themes/japanesque.sh index 56357de..2dd694d 100755 --- a/themes/japanesque.sh +++ b/themes/japanesque.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/jellybeans.sh b/themes/jellybeans.sh index 20e38bd..ecd14cc 100755 --- a/themes/jellybeans.sh +++ b/themes/jellybeans.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/jup.sh b/themes/jup.sh index 2864215..9963120 100755 --- a/themes/jup.sh +++ b/themes/jup.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/kibble.sh b/themes/kibble.sh index 32e040d..f0c7c8c 100755 --- a/themes/kibble.sh +++ b/themes/kibble.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/later-this-evening.sh b/themes/later-this-evening.sh index a119419..378d76c 100755 --- a/themes/later-this-evening.sh +++ b/themes/later-this-evening.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/lavandula.sh b/themes/lavandula.sh index 1a0e98d..8689797 100755 --- a/themes/lavandula.sh +++ b/themes/lavandula.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/liquid-carbon-transparent.sh b/themes/liquid-carbon-transparent.sh index fd87922..da96734 100755 --- a/themes/liquid-carbon-transparent.sh +++ b/themes/liquid-carbon-transparent.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/liquid-carbon.sh b/themes/liquid-carbon.sh index 51ac98f..4f973d5 100755 --- a/themes/liquid-carbon.sh +++ b/themes/liquid-carbon.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/man-page.sh b/themes/man-page.sh index 418dd2f..fc95c34 100755 --- a/themes/man-page.sh +++ b/themes/man-page.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/mar.sh b/themes/mar.sh index 9291d76..40b13ea 100755 --- a/themes/mar.sh +++ b/themes/mar.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/material.sh b/themes/material.sh index b852399..69daef4 100755 --- a/themes/material.sh +++ b/themes/material.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/mathias.sh b/themes/mathias.sh index 0327ab8..5cc260e 100755 --- a/themes/mathias.sh +++ b/themes/mathias.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/medallion.sh b/themes/medallion.sh index ed6ff04..e95cf06 100755 --- a/themes/medallion.sh +++ b/themes/medallion.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/misterioso.sh b/themes/misterioso.sh index a171252..bb21960 100755 --- a/themes/misterioso.sh +++ b/themes/misterioso.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/miu.sh b/themes/miu.sh index 299766d..3194173 100755 --- a/themes/miu.sh +++ b/themes/miu.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/molokai.sh b/themes/molokai.sh index 10b3785..b96141f 100755 --- a/themes/molokai.sh +++ b/themes/molokai.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/mona-lisa.sh b/themes/mona-lisa.sh index 7eee435..9614db6 100755 --- a/themes/mona-lisa.sh +++ b/themes/mona-lisa.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/monokai-dark.sh b/themes/monokai-dark.sh index 26600c0..46b05b0 100755 --- a/themes/monokai-dark.sh +++ b/themes/monokai-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/monokai-soda.sh b/themes/monokai-soda.sh index 31b034d..1f09683 100755 --- a/themes/monokai-soda.sh +++ b/themes/monokai-soda.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/n0tch2k.sh b/themes/n0tch2k.sh index e8a0f52..7e52393 100755 --- a/themes/n0tch2k.sh +++ b/themes/n0tch2k.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/neopolitan.sh b/themes/neopolitan.sh index 62e38c8..00948eb 100755 --- a/themes/neopolitan.sh +++ b/themes/neopolitan.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/nep.sh b/themes/nep.sh index f4a848b..5d8b626 100755 --- a/themes/nep.sh +++ b/themes/nep.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/neutron.sh b/themes/neutron.sh index 924c584..c145fa3 100755 --- a/themes/neutron.sh +++ b/themes/neutron.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/nightlion-v1.sh b/themes/nightlion-v1.sh index 7bf25db..e10be29 100755 --- a/themes/nightlion-v1.sh +++ b/themes/nightlion-v1.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/nightlion-v2.sh b/themes/nightlion-v2.sh index 71c2246..9ce9050 100755 --- a/themes/nightlion-v2.sh +++ b/themes/nightlion-v2.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/nighty.sh b/themes/nighty.sh index 4111bdd..4f7fc0c 100755 --- a/themes/nighty.sh +++ b/themes/nighty.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/nord-light.sh b/themes/nord-light.sh index 7928315..9ae62fb 100755 --- a/themes/nord-light.sh +++ b/themes/nord-light.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/nord.sh b/themes/nord.sh index 7a267ec..4e51a49 100755 --- a/themes/nord.sh +++ b/themes/nord.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/novel.sh b/themes/novel.sh index 434d56b..b16f9ab 100755 --- a/themes/novel.sh +++ b/themes/novel.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/obsidian.sh b/themes/obsidian.sh index 07d40b3..3ec65bb 100755 --- a/themes/obsidian.sh +++ b/themes/obsidian.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/ocean-dark.sh b/themes/ocean-dark.sh index 2625c10..7d15195 100755 --- a/themes/ocean-dark.sh +++ b/themes/ocean-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/ocean.sh b/themes/ocean.sh index 233b46e..43bd155 100755 --- a/themes/ocean.sh +++ b/themes/ocean.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/oceanic-next.sh b/themes/oceanic-next.sh index f68d6ec..aeafe74 100755 --- a/themes/oceanic-next.sh +++ b/themes/oceanic-next.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/ollie.sh b/themes/ollie.sh index 4cdc5a7..5865cc1 100755 --- a/themes/ollie.sh +++ b/themes/ollie.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/one-dark.sh b/themes/one-dark.sh index f4ef7e2..0322e4f 100755 --- a/themes/one-dark.sh +++ b/themes/one-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/one-half-black.sh b/themes/one-half-black.sh index 2e4a372..50a362a 100755 --- a/themes/one-half-black.sh +++ b/themes/one-half-black.sh @@ -48,9 +48,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/one-light.sh b/themes/one-light.sh index 4f8ce2e..1981652 100755 --- a/themes/one-light.sh +++ b/themes/one-light.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/pali.sh b/themes/pali.sh index 0c6e6c8..a09cef7 100755 --- a/themes/pali.sh +++ b/themes/pali.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/paraiso-dark.sh b/themes/paraiso-dark.sh index 9eec8a8..5e327fc 100755 --- a/themes/paraiso-dark.sh +++ b/themes/paraiso-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/paul-millr.sh b/themes/paul-millr.sh index e3f6325..07f736a 100755 --- a/themes/paul-millr.sh +++ b/themes/paul-millr.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/pencil-dark.sh b/themes/pencil-dark.sh index c1775fe..68edd9e 100755 --- a/themes/pencil-dark.sh +++ b/themes/pencil-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/pencil-light.sh b/themes/pencil-light.sh index d9eb5d2..9560889 100755 --- a/themes/pencil-light.sh +++ b/themes/pencil-light.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/peppermint.sh b/themes/peppermint.sh index 2d9f4a2..f0f41b7 100755 --- a/themes/peppermint.sh +++ b/themes/peppermint.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/pnevma.sh b/themes/pnevma.sh index 2637b90..bc5dfa2 100755 --- a/themes/pnevma.sh +++ b/themes/pnevma.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/pro.sh b/themes/pro.sh index a08ffa9..3733507 100755 --- a/themes/pro.sh +++ b/themes/pro.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/red-alert.sh b/themes/red-alert.sh index 60e4fef..488238a 100755 --- a/themes/red-alert.sh +++ b/themes/red-alert.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/red-sands.sh b/themes/red-sands.sh index fafc8b7..6aa1d08 100755 --- a/themes/red-sands.sh +++ b/themes/red-sands.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/rippedcasts.sh b/themes/rippedcasts.sh index 9ee3d1e..b9c6e13 100755 --- a/themes/rippedcasts.sh +++ b/themes/rippedcasts.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/royal.sh b/themes/royal.sh index 2842e26..4e69607 100755 --- a/themes/royal.sh +++ b/themes/royal.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/sat.sh b/themes/sat.sh index 11f43b0..92f4018 100755 --- a/themes/sat.sh +++ b/themes/sat.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/sea-shells.sh b/themes/sea-shells.sh index be5e1de..3db6b69 100755 --- a/themes/sea-shells.sh +++ b/themes/sea-shells.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/seafoam-pastel.sh b/themes/seafoam-pastel.sh index 794ca78..3d8d495 100755 --- a/themes/seafoam-pastel.sh +++ b/themes/seafoam-pastel.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/seti.sh b/themes/seti.sh index 7e75f55..f9e6e07 100755 --- a/themes/seti.sh +++ b/themes/seti.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/shaman.sh b/themes/shaman.sh index 5676a4d..16bb9a8 100755 --- a/themes/shaman.sh +++ b/themes/shaman.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/shel.sh b/themes/shel.sh index 7a6f41b..fe45b3a 100755 --- a/themes/shel.sh +++ b/themes/shel.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/slate.sh b/themes/slate.sh index 0000e65..a470acd 100755 --- a/themes/slate.sh +++ b/themes/slate.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/smyck.sh b/themes/smyck.sh index 8cb3d06..c0820df 100755 --- a/themes/smyck.sh +++ b/themes/smyck.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/snazzy.sh b/themes/snazzy.sh index 5fde346..47b6998 100755 --- a/themes/snazzy.sh +++ b/themes/snazzy.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/soft-server.sh b/themes/soft-server.sh index 72020d9..d01855f 100755 --- a/themes/soft-server.sh +++ b/themes/soft-server.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/solarized-darcula.sh b/themes/solarized-darcula.sh index fab6d7a..ff36ec7 100755 --- a/themes/solarized-darcula.sh +++ b/themes/solarized-darcula.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/solarized-dark-higher-contrast.sh b/themes/solarized-dark-higher-contrast.sh index 5b2ed39..f7fd0c0 100755 --- a/themes/solarized-dark-higher-contrast.sh +++ b/themes/solarized-dark-higher-contrast.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/solarized-dark.sh b/themes/solarized-dark.sh index c119c3d..10838c1 100755 --- a/themes/solarized-dark.sh +++ b/themes/solarized-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/solarized-light.sh b/themes/solarized-light.sh index d14e56c..cd206c5 100755 --- a/themes/solarized-light.sh +++ b/themes/solarized-light.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/spacedust.sh b/themes/spacedust.sh index e7127e9..cb5bdf8 100755 --- a/themes/spacedust.sh +++ b/themes/spacedust.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/spacegray-eighties-dull.sh b/themes/spacegray-eighties-dull.sh index 5324aac..10d240d 100755 --- a/themes/spacegray-eighties-dull.sh +++ b/themes/spacegray-eighties-dull.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/spacegray-eighties.sh b/themes/spacegray-eighties.sh index 1e2c97b..7287ff6 100755 --- a/themes/spacegray-eighties.sh +++ b/themes/spacegray-eighties.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/spacegray.sh b/themes/spacegray.sh index fde4b47..3b9b759 100755 --- a/themes/spacegray.sh +++ b/themes/spacegray.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/spring.sh b/themes/spring.sh index 694bcc0..7aad8f1 100755 --- a/themes/spring.sh +++ b/themes/spring.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/square.sh b/themes/square.sh index 52776ee..0eefef9 100755 --- a/themes/square.sh +++ b/themes/square.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/srcery.sh b/themes/srcery.sh index b2806f6..1ca22fd 100755 --- a/themes/srcery.sh +++ b/themes/srcery.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/sundried.sh b/themes/sundried.sh index 380b45d..0bdad98 100755 --- a/themes/sundried.sh +++ b/themes/sundried.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/symphonic.sh b/themes/symphonic.sh index 379fef5..e670a5b 100755 --- a/themes/symphonic.sh +++ b/themes/symphonic.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/teerb.sh b/themes/teerb.sh index 9b8c6c0..f1c59db 100755 --- a/themes/teerb.sh +++ b/themes/teerb.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/terminal-basic.sh b/themes/terminal-basic.sh index 7807534..385a61b 100755 --- a/themes/terminal-basic.sh +++ b/themes/terminal-basic.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/terminix-dark.sh b/themes/terminix-dark.sh index 53264f1..3897019 100755 --- a/themes/terminix-dark.sh +++ b/themes/terminix-dark.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/thayer-bright.sh b/themes/thayer-bright.sh index 52880c2..cee460b 100755 --- a/themes/thayer-bright.sh +++ b/themes/thayer-bright.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/tin.sh b/themes/tin.sh index 869177b..8805930 100755 --- a/themes/tin.sh +++ b/themes/tin.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/tomorrow-night-blue.sh b/themes/tomorrow-night-blue.sh index 0331fbb..529c232 100755 --- a/themes/tomorrow-night-blue.sh +++ b/themes/tomorrow-night-blue.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/tomorrow-night-bright.sh b/themes/tomorrow-night-bright.sh index 417c824..cb091ee 100755 --- a/themes/tomorrow-night-bright.sh +++ b/themes/tomorrow-night-bright.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/tomorrow-night-eighties.sh b/themes/tomorrow-night-eighties.sh index 5219645..21d78d1 100755 --- a/themes/tomorrow-night-eighties.sh +++ b/themes/tomorrow-night-eighties.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/tomorrow-night.sh b/themes/tomorrow-night.sh index 90f8e67..40ad4e0 100755 --- a/themes/tomorrow-night.sh +++ b/themes/tomorrow-night.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/tomorrow.sh b/themes/tomorrow.sh index da6035a..e51c954 100755 --- a/themes/tomorrow.sh +++ b/themes/tomorrow.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/toy-chest.sh b/themes/toy-chest.sh index 21fb193..c591518 100755 --- a/themes/toy-chest.sh +++ b/themes/toy-chest.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/treehouse.sh b/themes/treehouse.sh index a03d80a..69d8fe8 100755 --- a/themes/treehouse.sh +++ b/themes/treehouse.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/twilight.sh b/themes/twilight.sh index cfdafaa..3b51883 100755 --- a/themes/twilight.sh +++ b/themes/twilight.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/ura.sh b/themes/ura.sh index ea55c06..eb9f5d3 100755 --- a/themes/ura.sh +++ b/themes/ura.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/urple.sh b/themes/urple.sh index 2f73cdc..ec90aeb 100755 --- a/themes/urple.sh +++ b/themes/urple.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/vag.sh b/themes/vag.sh index a9a2963..5d2afa5 100755 --- a/themes/vag.sh +++ b/themes/vag.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/vaughn.sh b/themes/vaughn.sh index 9d71ff7..27572ab 100755 --- a/themes/vaughn.sh +++ b/themes/vaughn.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/vibrant-ink.sh b/themes/vibrant-ink.sh index 7692fc2..13e9670 100755 --- a/themes/vibrant-ink.sh +++ b/themes/vibrant-ink.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/warm-neon.sh b/themes/warm-neon.sh index ed968cc..7ca78db 100755 --- a/themes/warm-neon.sh +++ b/themes/warm-neon.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/wez.sh b/themes/wez.sh index a6d54a2..1999f82 100755 --- a/themes/wez.sh +++ b/themes/wez.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/wild-cherry.sh b/themes/wild-cherry.sh index b8d91eb..a86a385 100755 --- a/themes/wild-cherry.sh +++ b/themes/wild-cherry.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/wombat.sh b/themes/wombat.sh index f5ef4a5..96f1982 100755 --- a/themes/wombat.sh +++ b/themes/wombat.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/wryan.sh b/themes/wryan.sh index ea4cae8..3f406cb 100755 --- a/themes/wryan.sh +++ b/themes/wryan.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file diff --git a/themes/zenburn.sh b/themes/zenburn.sh index 341c701..cba3012 100755 --- a/themes/zenburn.sh +++ b/themes/zenburn.sh @@ -46,9 +46,9 @@ if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then else if [[ "$(uname)" = "Darwin" ]]; then # OSX ships with curl and ancient bash - (eval "$(curl -so- "${BASE_URL}/apply-colors.sh")") + bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")" else # Linux ships with wget - (eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")") + bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")" fi fi \ No newline at end of file