Created
May 19, 2022 19:52
-
-
Save pakoito/978560d1f83ea6acdd35200f57519bcd 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 = true | |
[character] | |
success_symbol = "[ƛ](bold green)" | |
error_symbol = "[ƛ](bold red)" | |
[git_branch] | |
format = ": [$symbol$branch]($style) } " | |
[java] | |
style = "#1AA2D4" | |
symbol = "😴 " | |
[directory] | |
format = "{ [$path]($style)[$read_only]($read_only_style) " | |
[cmd_duration] | |
min_time = 1000 | |
show_milliseconds = true | |
show_notifications = true | |
[time] | |
disabled = false | |
time_format = "%T" | |
format = '[\[$time\]]($style) ' | |
[status] | |
disabled = false | |
pipestatus = true | |
format = "[$symbol\\[$status\\]]($style) " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment