mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
Using patched mode as default
This commit is contained in:
parent
be226c4588
commit
8ab7acf0cc
|
|
@ -204,7 +204,7 @@ def add_root_indicator(powerline, error):
|
|||
powerline.append(Segment(powerline, ' \\$ ', fg, bg))
|
||||
|
||||
if __name__ == '__main__':
|
||||
p = Powerline(mode='compatible')
|
||||
p = Powerline(mode='patched')
|
||||
cwd = os.getcwd()
|
||||
add_virtual_env_segment(p, cwd)
|
||||
#p.append(Segment(powerline, ' \\u ', 250, 240))
|
||||
|
|
|
|||
Loading…
Reference in a new issue