From 909cf2d1f4ae540c76739dc2f23a641a3246f2c1 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Fri, 11 Dec 2020 17:49:51 +0100 Subject: [PATCH] added vcs symbol --- powerline-shell/.config/powerline-shell/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/powerline-shell/.config/powerline-shell/config.json b/powerline-shell/.config/powerline-shell/config.json index 57e1d64..7715078 100644 --- a/powerline-shell/.config/powerline-shell/config.json +++ b/powerline-shell/.config/powerline-shell/config.json @@ -6,10 +6,14 @@ "ssh", "cwd", "git", + "svn", "hg", "jobs", "root" ], "mode": "flat", - "theme": "~/.config/powerline-shell/theme.py" + "theme": "~/.config/powerline-shell/theme.py", + "vcs":{ + "show_symbol":"true" + } }