From fcaf61162c371f1b5b7b9f8387247ebb5ceea70e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 4 Jul 2025 16:20:30 -0700 Subject: [PATCH] Won't be set in that shell --- install/2-identification.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install/2-identification.sh b/install/2-identification.sh index 9678e22..c135b29 100644 --- a/install/2-identification.sh +++ b/install/2-identification.sh @@ -2,8 +2,6 @@ yay -S --noconfirm --needed gum # Configure identification -if [[ -z "${OMARCHY_USER_NAME//[[:space:]]/}${OMARCHY_USER_EMAIL//[[:space:]]/}" ]]; then - echo -e "\nEnter identification for git and autocomplete..." - export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ") - export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ") -fi +echo -e "\nEnter identification for git and autocomplete..." +export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ") +export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")