mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix weird broken prompt
This commit is contained in:
parent
0de3cf35fe
commit
d9445931df
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
{ "segments": {
|
||||
"above": [{
|
||||
"left": [
|
||||
{
|
||||
"function": "powerline.segments.common.net.hostname"
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.env.environment",
|
||||
"name": "docker_enabled",
|
||||
"draw_soft_divider": false,
|
||||
"draw_soft_divider": true,
|
||||
"draw_hard_divider": true,
|
||||
"args": {
|
||||
"variable": "CURRENT_SHELL_LOCATION"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.net.hostname"
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.net.internal_ip",
|
||||
"priority": 30
|
||||
|
@ -111,9 +111,9 @@
|
|||
{
|
||||
"type": "string",
|
||||
"name": "newline_prompt",
|
||||
"contents": " ",
|
||||
"contents": " ",
|
||||
"highlight_groups": ["newline_prompt"],
|
||||
"draw_soft_divider": false,
|
||||
"draw_soft_divider": true,
|
||||
"draw_hard_divider": true
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue