From 68df34166e6f5491d41ce54f5b3f6149b9c45654 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Fri, 2 Aug 2013 02:21:42 -0700 Subject: [PATCH] colorize branch segment --- zsh-files/.config/powerline/themes/shell/default.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh-files/.config/powerline/themes/shell/default.json b/zsh-files/.config/powerline/themes/shell/default.json index 60e38d1..846cc14 100644 --- a/zsh-files/.config/powerline/themes/shell/default.json +++ b/zsh-files/.config/powerline/themes/shell/default.json @@ -38,7 +38,10 @@ "name": "last_pipe_status" }, { - "name": "branch" + "name": "branch", + "args": { + "status_colors": true + } } ] }