Move branch segment to right side in shell theme
This commit is contained in:
parent
30f98f6dc2
commit
cfe47adc96
|
@ -9,16 +9,18 @@
|
||||||
{
|
{
|
||||||
"name": "user"
|
"name": "user"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "branch",
|
|
||||||
"before": " "
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "cwd",
|
"name": "cwd",
|
||||||
"args": {
|
"args": {
|
||||||
"dir_limit_depth": 3
|
"dir_limit_depth": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"right": [
|
||||||
|
{
|
||||||
|
"name": "branch",
|
||||||
|
"before": " "
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue