Move branch segment to right side in shell theme

This commit is contained in:
Kim Silkebækken 2013-01-22 13:23:29 +01:00
parent 30f98f6dc2
commit cfe47adc96
1 changed files with 6 additions and 4 deletions

View File

@ -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": " "
}
] ]
} }
} }