Getting there setting my own zsh powerline theme working
This commit is contained in:
parent
e5a3f34182
commit
7b1b833ecf
4 changed files with 90 additions and 133 deletions
|
@ -1,17 +1,19 @@
|
|||
{
|
||||
"segments": {
|
||||
"left": [
|
||||
{
|
||||
"function": "powerline.segments.common.net.hostname",
|
||||
"priority": 10
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.env.user",
|
||||
"priority": 30
|
||||
"priority": 30,
|
||||
"args": {
|
||||
"hide_user": "jonny"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.env.virtualenv",
|
||||
"priority": 50
|
||||
"function": "powerline.segments.common.net.hostname",
|
||||
"priority": 10,
|
||||
"args": {
|
||||
"only_if_ssh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.shell.cwd",
|
||||
|
@ -34,6 +36,10 @@
|
|||
{
|
||||
"function": "powerline.segments.common.vcs.branch",
|
||||
"priority": 40
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.time.fuzzy_time",
|
||||
"priority": 10
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue