Skip to content

Commit 73b01d6

Browse files
author
Buck Ryan
committed
Revert "implement fix for #249"
This reverts commit 86fd04c. Closes #389
1 parent 08c07fa commit 73b01d6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
2018-04-22 (version 0.5.4)
4+
5+
* Reverted fix for
6+
([#249](https://github.com/b-ryan/powerline-shell/issues/249)) because it
7+
caused issues on Mac.
8+
39
2018-04-21 (version 0.5.3)
410

511
* New theme! (gruvbox)

powerline_shell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(self, args, config, theme):
9090
self.cwd = get_valid_cwd()
9191
mode = config.get("mode", "patched")
9292
self.color_template = self.color_templates[args.shell]
93-
self.reset = self.color_template % '[0m\]\[\e[0K'
93+
self.reset = self.color_template % '[0m'
9494
self.lock = Powerline.symbols[mode]['lock']
9595
self.network = Powerline.symbols[mode]['network']
9696
self.separator = Powerline.symbols[mode]['separator']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="powerline-shell",
6-
version="0.5.3",
6+
version="0.5.4",
77
description="A pretty prompt for your shell",
88
author="Buck Ryan",
99
author_email="buck@buckryan.com",

0 commit comments

Comments
 (0)