Skip to content

Commit

Permalink
Merge pull request #63 from b-ryan/flat_separators
Browse files Browse the repository at this point in the history
add a flat mode
  • Loading branch information
banga committed Feb 20, 2013
2 parents c864aff + 9b3cf0b commit 5db13df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion powerline-shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ class Powerline:
'patched': {
'separator': u'\u2B80',
'separator_thin': u'\u2B81'
}
},
'flat': {
'separator': '',
'separator_thin': ''
},
}

color_templates = {
Expand Down

0 comments on commit 5db13df

Please sign in to comment.