dotfiles/config/powerline-shell/config.json

17 lines
251 B
JSON
Raw Normal View History

2021-04-20 11:12:35 +00:00
{
"theme": "~/.config/powerline-shell/themes/default.py",
"segments": [
"hostname",
"cwd",
"git",
"root"
],
"cwd": {
"max_depth": 8,
"max_dir_size": 20
},
"hostname": {
"ignore": "lbswvpa002"
}
}