Add left-only shell theme

This is useful for bash prompts since bash doesn't support RPS1. This
theme must be manually enabled by editing the user config file.

Closes #84.
This commit is contained in:
Kim Silkebækken 2013-01-22 13:36:40 +01:00
parent 487aef3af7
commit 9035ec73f9
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"default_module": "powerline.segments.common",
"segments": {
"left": [
{
"name": "hostname",
"before": " "
},
{
"name": "user"
},
{
"name": "branch",
"before": " "
},
{
"name": "cwd",
"args": {
"dir_limit_depth": 3
}
}
]
}
}