Last active
April 6, 2022 23:40
-
-
Save opdavies/65938bf6d10688ae6e1b20ef23ba4510 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 | |
[character] | |
error_symbol = "[x](bold red)" | |
success_symbol = "[>](bold green)" | |
vicmd_symbol = "[<](bold green)" | |
[directory] | |
disabled = false | |
read_only = " ro" | |
truncation_length = 8 | |
truncate_to_repo = true | |
[docker_context] | |
format = 'via [$symbol]($style)' | |
symbol = "docker " | |
[git_branch] | |
symbol = "git " | |
[git_commit] | |
tag_symbol = " tag " | |
[git_status] | |
ahead = ">" | |
behind = "<" | |
deleted = "x" | |
diverged = "<>" | |
renamed = "r" | |
[memory_usage] | |
symbol = "memory " | |
[nodejs] | |
format = 'via [$symbol]($style)' | |
symbol = "nodejs " | |
[package] | |
symbol = "pkg " | |
[php] | |
format = 'via [$symbol]($style)' | |
symbol = "php " | |
[status] | |
disabled=false | |
[sudo] | |
symbol = "sudo " | |
[time] | |
disabled=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment