Getting there setting my own zsh powerline theme working

This commit is contained in:
Jonny Barnes 2018-01-25 18:58:48 +00:00
parent e5a3f34182
commit 7b1b833ecf
4 changed files with 90 additions and 133 deletions

View file

@ -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
}
]
}