Skip to content

Commit

Permalink
feat: 优化show命令展示
Browse files Browse the repository at this point in the history
  • Loading branch information
YOUNGmaxer committed Mar 15, 2024
1 parent fee34ad commit 70e62a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set_user_info() {
show_user_info() {
name=$(git config user.name)
email=$(git config user.email)
echo "Current user information: Name: $name, Email: $email"
echo $(highlight_text "Name: $name, Email: $email")
}

add_user_profile() {
Expand Down

0 comments on commit 70e62a9

Please sign in to comment.