mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
git prompts for modifications
This commit is contained in:
parent
8656d38462
commit
fabb4056ed
@ -4,6 +4,7 @@ format = """\
|
|||||||
$directory\
|
$directory\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
|
$git_status\
|
||||||
$character\
|
$character\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -18,11 +19,12 @@ truncation_length = 100
|
|||||||
format = "[$symbol$branch]($style) "
|
format = "[$symbol$branch]($style) "
|
||||||
|
|
||||||
[git_commit]
|
[git_commit]
|
||||||
commit_has_length = 7
|
format = "[$hash]($style) "
|
||||||
format = "[\\($hash\\)]($style)"
|
disabled = false
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = '([\[$all_status$ahead_behind\]]($style) )'
|
format = "[$all_status$ahead_behind]($style) "
|
||||||
|
style = "red"
|
||||||
# prefix = ""
|
# prefix = ""
|
||||||
# suffix = ""
|
# suffix = ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user