mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 21:35:37 +00:00
change spacing
This commit is contained in:
parent
fabb4056ed
commit
a15bad0513
@ -1,6 +1,7 @@
|
|||||||
# Don't print a new line at the start of the prompt
|
# Don't print a new line at the start of the prompt
|
||||||
add_newline = false
|
add_newline = false
|
||||||
format = """\
|
format = """\
|
||||||
|
$cmd_duration\
|
||||||
$directory\
|
$directory\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
@ -11,12 +12,17 @@ format = """\
|
|||||||
[character]
|
[character]
|
||||||
symbol = "❯"
|
symbol = "❯"
|
||||||
|
|
||||||
|
[cmd_duration]
|
||||||
|
min_time = 3_000
|
||||||
|
show_notifications = true
|
||||||
|
min_time_to_notify = 30_000
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
truncate_to_repo = true
|
truncate_to_repo = true
|
||||||
truncation_length = 100
|
truncation_length = 100
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
format = "[$symbol$branch]($style) "
|
format = "[$symbol$branch]($style)"
|
||||||
|
|
||||||
[git_commit]
|
[git_commit]
|
||||||
format = "[$hash]($style) "
|
format = "[$hash]($style) "
|
||||||
@ -24,9 +30,17 @@ disabled = false
|
|||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = "[$all_status$ahead_behind]($style) "
|
format = "[$all_status$ahead_behind]($style) "
|
||||||
|
conflicted = " ="
|
||||||
|
ahead = " ⇡"
|
||||||
|
behind = " ⇣"
|
||||||
|
diverged = " ⇕"
|
||||||
|
untracked = " ?"
|
||||||
|
stashed = " $"
|
||||||
|
modified = " !"
|
||||||
|
staged = " +"
|
||||||
|
renamed = " »"
|
||||||
|
deleted = " ✘"
|
||||||
style = "red"
|
style = "red"
|
||||||
# prefix = ""
|
|
||||||
# suffix = ""
|
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user