Prompt changed

This commit is contained in:
Kulvir Singh
2024-05-15 17:16:15 +05:30
parent 508ef5e931
commit f6c8cbc6ca

View File

@@ -24,14 +24,19 @@ symbol = ""
version_format = '${major}.${minor}'
[character]
success_symbol = '[➜ ](bold fg:green)'
error_symbol = '[⊘ ](bold fg:red)'
success_symbol = "[➜](bold green)"
error_symbol = "[✗](bold red)"
[cmd_duration]
disabled = true
[directory]
truncation_length = 2
home_symbol= " "
truncation_length = 3
truncate_to_repo = true
truncation_symbol = " "
style = "bold italic blue"
[git_branch]
format='[ $symbol$branch (: $remote_branch )]($style)'
@@ -43,18 +48,17 @@ always_show_remote = true
cherry_pick = '[🍒 PICKING](bold red)'
[git_metrics]
format = '[+$added]($added_style) [-$deleted]($deleted_style) '
# format = '[+$added]($added_style) [-$deleted]($deleted_style) '
disabled = false
[git_status]
format = '([\[$all_status$ahead_behind\]]($style) )'
up_to_date = '✓'
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
conflicted = '🏳'
stashed = '📦'
staged = '[++\($count\)](green)'
deleted = '🗑'
[golang]
@@ -97,11 +101,10 @@ crust = "#11111b"
[python]
symbol = " "
format = '[$symbol$version ](bold yellow)'
format = '[(\($virtualenv\) )${symbol}(${version} )]($style)'
version_format = '${major}.${minor}'
[sudo]
format = '[ as $symbol]($style)'
symbol = " "
format = '[ as sudo]($style)'
style = 'bold blue'
disabled = false