mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
Revert "implement fix for #249"
This reverts commit 86fd04c7a8.
Closes #389
This commit is contained in:
parent
08c07fa1f1
commit
73b01d6597
|
|
@ -1,5 +1,11 @@
|
|||
# Changes
|
||||
|
||||
2018-04-22 (version 0.5.4)
|
||||
|
||||
* Reverted fix for
|
||||
([#249](https://github.com/b-ryan/powerline-shell/issues/249)) because it
|
||||
caused issues on Mac.
|
||||
|
||||
2018-04-21 (version 0.5.3)
|
||||
|
||||
* New theme! (gruvbox)
|
||||
|
|
|
|||
|
|
@ -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\]\[\e[0K'
|
||||
self.reset = self.color_template % '[0m'
|
||||
self.lock = Powerline.symbols[mode]['lock']
|
||||
self.network = Powerline.symbols[mode]['network']
|
||||
self.separator = Powerline.symbols[mode]['separator']
|
||||
|
|
|
|||
Loading…
Reference in a new issue