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" + } }