Skip to content

Instantly share code, notes, and snippets.

@xesjkeee
Last active April 11, 2024 12:19
Show Gist options
  • Save xesjkeee/2be939f0c1835fbc55d7f95e78bf75ac to your computer and use it in GitHub Desktop.
Save xesjkeee/2be939f0c1835fbc55d7f95e78bf75ac to your computer and use it in GitHub Desktop.
Starship show git user email

Custom command for https://starship.rs/

Show git user email Very useful when you're working for several organizations with difference git settings

Снимок экрана 2021-03-14 в 22 40 39

format = """
...
$custom\
$cmd_duration\
${custom.git_email}\
$line_break\
...
"""
[custom.git_email]
command = "git config user.email"
when = "git rev-parse --git-dir 2> /dev/null"
format = "by [$output]($style) "
style = "bright-yellow bold"
@rmutt92
Copy link

rmutt92 commented Aug 1, 2023

Thanks!

@NodeJSmith
Copy link

Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment