✨ feat(starship): vim icon
This commit is contained in:
parent
046a592695
commit
cafe17aa3d
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,13 @@ modified = '[ $count](bold blue) '
|
||||||
behind = '[ ](bold purple) '
|
behind = '[ ](bold purple) '
|
||||||
format = '([$all_status$ahead_behind]($style))'
|
format = '([$all_status$ahead_behind]($style))'
|
||||||
|
|
||||||
|
[custom.neovim]
|
||||||
|
command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command
|
||||||
|
detect_folders = ["lua"]
|
||||||
|
style = "green"
|
||||||
|
format = "[ $output ]($style)"
|
||||||
|
shell = ["bash"]
|
||||||
|
|
||||||
[aws]
|
[aws]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
|
@ -71,6 +78,7 @@ symbol = " "
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[lua]
|
[lua]
|
||||||
|
detect_folders = []
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[memory_usage]
|
[memory_usage]
|
||||||
|
|
Loading…
Add table
Reference in a new issue