terminal setup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user