From abde41f7c244cf531484379a953d7b0369b4a6ad Mon Sep 17 00:00:00 2001 From: Konano Date: Thu, 17 Oct 2024 08:42:02 +0800 Subject: [PATCH] minor: git --- configure_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_user.sh b/configure_user.sh index aba9f41..e67417c 100755 --- a/configure_user.sh +++ b/configure_user.sh @@ -32,7 +32,7 @@ configure_ssh_keygen() { configure_git() { [ -f ~/.gitconfig ] && return - if confirm_action "要配置 git 吗?" "N"; then + if confirm_action "要配置 git 吗?" "Y"; then cp $scriptdir/files/.gitconfig ~/.gitconfig fi }