terminal setup

This commit is contained in:
2026-08-02 09:20:55 +02:00
commit b43b2120ed
2 changed files with 166 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
add_newline = true
command_timeout = 1000
format = """
$directory$git_branch$git_status$java$nodejs$cmd_duration
$character"""
[directory]
style = "blue bold"
truncation_length = 3
truncate_to_repo = true
read_only = " "
[character]
success_symbol = "[](green)"
error_symbol = "[](red)"
vicmd_symbol = "[](yellow)"
[git_branch]
symbol = " "
format = "[$symbol$branch]($style) "
style = "purple"
[git_status]
format = "[$all_status$ahead_behind]($style) "
style = "yellow"
[java]
symbol = " "
format = "[$symbol($version )]($style)"
style = "red"
[nodejs]
symbol = " "
format = "[$symbol($version )]($style)"
detect_files = ["package.json"]
[cmd_duration]
min_time = 2000
format = "[$duration]($style) "
style = "bright-black"
[package]
disabled = true
[docker_context]
disabled = true