mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix starship git hash
This commit is contained in:
parent
0e849b9f03
commit
732ad7666b
@ -19,8 +19,8 @@ function aliases --description 'All aliases'
|
||||
abbr -a gds 'git diff --staged'
|
||||
abbr -a ga 'git add'
|
||||
abbr -a gaa 'git add -A'
|
||||
abbr -a gac 'git commit -am'
|
||||
abbr -a gc 'git commit -m'
|
||||
abbr -a gcm 'git commit -am'
|
||||
abbr -a gca 'git commit --amend'
|
||||
abbr -a gu 'git pull'
|
||||
abbr -a gp 'git push'
|
||||
|
@ -25,11 +25,11 @@ truncation_length = 100
|
||||
format = "[$symbol$branch]($style)"
|
||||
|
||||
[git_commit]
|
||||
format = "[$hash]($style) "
|
||||
disabled = false
|
||||
format = "( @ [$hash]($style) )"
|
||||
only_detached = false
|
||||
|
||||
[git_status]
|
||||
format = "[$all_status$ahead_behind]($style) "
|
||||
format = "([$all_status$ahead_behind]($style) )"
|
||||
conflicted = "="
|
||||
ahead = "⇡"
|
||||
behind = "⇣"
|
||||
|
Loading…
Reference in New Issue
Block a user