17 lines
251 B
JSON
17 lines
251 B
JSON
|
{
|
||
|
"theme": "~/.config/powerline-shell/themes/default.py",
|
||
|
"segments": [
|
||
|
"hostname",
|
||
|
"cwd",
|
||
|
"git",
|
||
|
"root"
|
||
|
],
|
||
|
"cwd": {
|
||
|
"max_depth": 8,
|
||
|
"max_dir_size": 20
|
||
|
},
|
||
|
"hostname": {
|
||
|
"ignore": "lbswvpa002"
|
||
|
}
|
||
|
}
|