fix(bash): starship configs
This commit is contained in:
parent
1100b92625
commit
e9310e2bae
2 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ return {
|
|||
},
|
||||
{
|
||||
'barrettruth/nonicons.nvim',
|
||||
lazy = false,
|
||||
dir = '~/dev/nonicons.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
},
|
||||
|
|
|
|||
|
|
@ -238,6 +238,7 @@ in
|
|||
};
|
||||
git_status = {
|
||||
format = "([$all_status$ahead_behind]($style) )";
|
||||
modified = "*";
|
||||
ahead = "^";
|
||||
behind = "v";
|
||||
stashed = "=";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue