fix(pastel-powerline): remove `$path` from docker-context module format string (#5534)
Remove $path from docker-context
This commit is contained in:
parent
7b851fc30e
commit
6abc83decd
|
@ -72,7 +72,7 @@ format = '[ $symbol ($version) ]($style)'
|
||||||
[docker_context]
|
[docker_context]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
style = "bg:#06969A"
|
style = "bg:#06969A"
|
||||||
format = '[ $symbol $context ]($style) $path'
|
format = '[ $symbol $context ]($style)'
|
||||||
|
|
||||||
[elixir]
|
[elixir]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
Loading…
Reference in New Issue