minor: git

This commit is contained in:
Konano 2024-10-17 08:42:02 +08:00
parent 7eea203ec1
commit abde41f7c2

View File

@ -32,7 +32,7 @@ configure_ssh_keygen() {
configure_git() { configure_git() {
[ -f ~/.gitconfig ] && return [ -f ~/.gitconfig ] && return
if confirm_action "要配置 git 吗?" "N"; then if confirm_action "要配置 git 吗?" "Y"; then
cp $scriptdir/files/.gitconfig ~/.gitconfig cp $scriptdir/files/.gitconfig ~/.gitconfig
fi fi
} }