minor: git
This commit is contained in:
parent
7eea203ec1
commit
abde41f7c2
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user