changing prompt

This commit is contained in:
Noah Masur
2020-11-23 18:13:50 -05:00
parent 9ea394dedd
commit 8656d38462
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,8 @@
add_newline = false
format = """\
$directory\
$git_branch\
$git_commit \
$character\
"""
@ -13,8 +15,11 @@ truncate_to_repo = true
truncation_length = 100
[git_branch]
truncation_length = 1
truncation_symbol = ""
format = "[$symbol$branch]($style)"
[git_commit]
commit_has_length = 7
format = "[\\($hash\\)]($style)"
[git_status]
format = '([\[$all_status$ahead_behind\]]($style) )'