dotfiles/config/powerline-shell/config.json

18 lines
274 B
JSON

{
"theme": "~/.config/powerline-shell/themes/default.py",
"segments": [
"hostname",
"cwd",
"git",
"root"
],
"cwd": {
"mode": "plain",
"max_depth": 8,
"max_dir_size": 20
},
"hostname": {
"ignore": "lbswvpa002"
}
}