Created
July 11, 2023 07:33
-
-
Save akmandev/d496828e0cbc60963c1533b5d20f509b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_newline = false | |
format = """ | |
$directory\ | |
$git_branch\ | |
$git_commit\ | |
$git_state\ | |
$git_metrics\ | |
\n\ | |
$character""" | |
[character] | |
success_symbol = '[➜](bold green)' | |
error_symbol = '[➜](bold red)' | |
[git_branch] | |
format = '[$symbol$branch(:$remote_branch)]($style) ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment