mirror of
https://github.com/starship/starship.git
synced 2024-11-24 17:23:49 +01:00
remove gradle and os
they were throwing errors in home-manager nixos setup
This commit is contained in:
parent
03757c4100
commit
ed0dcad479
@ -4,7 +4,6 @@ $c\
|
||||
$elixir\
|
||||
$elm\
|
||||
$golang\
|
||||
$gradle\
|
||||
$haskell\
|
||||
$java\
|
||||
$julia\
|
||||
@ -17,7 +16,6 @@ $scala\
|
||||
|
||||
format = """
|
||||
[](user_os_hex)\
|
||||
$os\
|
||||
$username\
|
||||
[](bg:path_hex fg:user_os_hex)\
|
||||
$directory\
|
||||
@ -77,12 +75,6 @@ style_root = "bg:user_os_hex"
|
||||
format = '[$user ]($style)'
|
||||
disabled = false
|
||||
|
||||
# An alternative to the username module which displays a symbol that
|
||||
# represents the current operating system
|
||||
[os]
|
||||
style = "bg:user_os_hex"
|
||||
disabled = true
|
||||
|
||||
[directory]
|
||||
style = "bg:path_hex"
|
||||
format = "[ $path ]($style)"
|
||||
@ -137,10 +129,6 @@ symbol = " "
|
||||
style = "bg:tooling_hex"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[gradle]
|
||||
style = "bg:tooling_hex"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[haskell]
|
||||
symbol = " "
|
||||
style = "bg:tooling_hex"
|
||||
|
Loading…
Reference in New Issue
Block a user