mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 12:50:36 +00:00
fix: make starship display lune version
This commit is contained in:
parent
f700de3c2a
commit
85813ba828
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ symbol = " "
|
||||||
[lua]
|
[lua]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
detect_extensions=["lua", "luau"]
|
detect_extensions=["lua", "luau"]
|
||||||
lua_binary = "/home/compey/bin/lunev"
|
lua_binary = "/home/alarm/bin/lunev"
|
||||||
format = 'via [$symbol$version]($style)'
|
format = 'via [$symbol($version )]($style)'
|
||||||
|
|
||||||
[memory_usage]
|
[memory_usage]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
Loading…
Reference in a new issue