config directory

This commit is contained in:
Haak Saxberg 2013-08-02 02:13:56 -07:00
parent 63143130e8
commit 13e29999aa
23 changed files with 911 additions and 0 deletions

View file

@ -0,0 +1,43 @@
{
"default_module": "powerline.segments.common",
"segment_data": {
"hostname": {
"before": " ",
"args": {
"only_if_ssh": true
}
},
"virtualenv": {
"before": "ⓔ "
},
"branch": {
"before": " "
}
},
"segments": {
"left": [
{
"name": "hostname"
},
{
"name": "user"
},
{
"name": "virtualenv"
},
{
"name": "branch"
},
{
"name": "cwd",
"args": {
"dir_limit_depth": 3
}
},
{
"name": "last_status",
"module": "powerline.segments.shell"
}
]
}
}