mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
parent
668a964291
commit
86fd04c7a8
|
|
@ -90,7 +90,7 @@ class Powerline(object):
|
|||
self.cwd = get_valid_cwd()
|
||||
mode = config.get("mode", "patched")
|
||||
self.color_template = self.color_templates[args.shell]
|
||||
self.reset = self.color_template % '[0m'
|
||||
self.reset = self.color_template % '[0m\]\[\e[0K'
|
||||
self.lock = Powerline.symbols[mode]['lock']
|
||||
self.network = Powerline.symbols[mode]['network']
|
||||
self.separator = Powerline.symbols[mode]['separator']
|
||||
|
|
|
|||
Loading…
Reference in a new issue