mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +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 gds 'git diff --staged'
|
||||||
abbr -a ga 'git add'
|
abbr -a ga 'git add'
|
||||||
abbr -a gaa 'git add -A'
|
abbr -a gaa 'git add -A'
|
||||||
|
abbr -a gac 'git commit -am'
|
||||||
abbr -a gc 'git commit -m'
|
abbr -a gc 'git commit -m'
|
||||||
abbr -a gcm 'git commit -am'
|
|
||||||
abbr -a gca 'git commit --amend'
|
abbr -a gca 'git commit --amend'
|
||||||
abbr -a gu 'git pull'
|
abbr -a gu 'git pull'
|
||||||
abbr -a gp 'git push'
|
abbr -a gp 'git push'
|
||||||
|
@ -25,21 +25,21 @@ truncation_length = 100
|
|||||||
format = "[$symbol$branch]($style)"
|
format = "[$symbol$branch]($style)"
|
||||||
|
|
||||||
[git_commit]
|
[git_commit]
|
||||||
format = "[$hash]($style) "
|
format = "( @ [$hash]($style) )"
|
||||||
disabled = false
|
only_detached = false
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = "[$all_status$ahead_behind]($style) "
|
format = "([$all_status$ahead_behind]($style) )"
|
||||||
conflicted = " ="
|
conflicted = "="
|
||||||
ahead = " ⇡"
|
ahead = "⇡"
|
||||||
behind = " ⇣"
|
behind = "⇣"
|
||||||
diverged = " ⇕"
|
diverged = "⇕"
|
||||||
untracked = " ⋄"
|
untracked = "⋄"
|
||||||
stashed = " ⩮"
|
stashed = " ⩮"
|
||||||
modified = " ∽"
|
modified = "∽"
|
||||||
staged = " +"
|
staged = "+"
|
||||||
renamed = " »"
|
renamed = "»"
|
||||||
deleted = " ✘"
|
deleted = "✘"
|
||||||
style = "red"
|
style = "red"
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
|
Loading…
Reference in New Issue
Block a user