You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
933 B
61 lines
933 B
5 years ago
|
add_newline = true
|
||
|
prompt_order = [
|
||
|
"directory",
|
||
|
"git_branch",
|
||
|
"git_state",
|
||
|
# "git_status",
|
||
|
"character",
|
||
|
]
|
||
|
|
||
|
# prompt_order = [
|
||
|
# "username",
|
||
|
# "hostname",
|
||
|
# "kubernetes",
|
||
|
# "directory",
|
||
|
# "git_branch",
|
||
|
# "git_commit",
|
||
|
# "git_status",
|
||
|
# "hg_branch",
|
||
|
# "package",
|
||
|
# "dotnet",
|
||
|
# "golang",
|
||
|
# "haskell",
|
||
|
# "java",
|
||
|
# "nodejs",
|
||
|
# "php",
|
||
|
# "python",
|
||
|
# "ruby",
|
||
|
# "rust",
|
||
|
# "terraform",
|
||
|
# "nix_shell",
|
||
|
# "conda",
|
||
|
# "memory_usage",
|
||
|
# "aws",
|
||
|
# "env_var",
|
||
|
# "cmd_duration",
|
||
|
# "line_break",
|
||
|
# "jobs",
|
||
|
# "battery",
|
||
|
# "time",
|
||
|
# "character",
|
||
|
# ]
|
||
|
|
||
|
[directory]
|
||
|
style = "bold fg:39"
|
||
|
truncate_to_repo = false
|
||
|
|
||
|
[git_branch]
|
||
|
style = "bold fg:76"
|
||
|
symbol = ""
|
||
|
|
||
|
[git_status]
|
||
|
style = "bold fg:76"
|
||
|
|
||
|
[character]
|
||
|
style_success = "bold fg:28"
|
||
|
style_failure = "bold fg:9"
|
||
|
|
||
|
[java]
|
||
|
stashed.enabled = false
|
||
|
stashed_count.enabled = false
|