Add powerline config and update the bootstrap script

This commit is contained in:
Jonny Barnes 2018-01-24 15:27:12 +00:00
parent 16a90e60c6
commit e5a3f34182
9 changed files with 393 additions and 2 deletions

View file

@ -0,0 +1,12 @@
{
"default_module": "powerline.segments.shell",
"segments": {
"left": [
{
"function": "continuation"
}
],
"right": [
]
}
}