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