diff --git a/bin/omarchy-theme-remove b/bin/omarchy-theme-remove index 223ee382..d0463cb8 100755 --- a/bin/omarchy-theme-remove +++ b/bin/omarchy-theme-remove @@ -7,7 +7,6 @@ if [ -z "$1" ]; then extra_themes=$(find ~/.config/omarchy/themes -mindepth 1 -maxdepth 1 -type d ! -xtype l -printf '%f\n') if [[ -n "$extra_themes" ]]; then - # THEME_NAME=$(gum choose --header="Remove extra theme" "$extra_themes") THEME_NAME=$(echo -e "$extra_themes" | gum choose --header="Remove extra theme") else echo "No extra themes installed."