refactor: Refactor git_branch module to use new module config (#535)

This commit is contained in:
Matias Kotlik
2019-10-15 06:48:53 -05:00
committed by Matan Kushner
parent be2d5cf1cd
commit d2eef11148
4 changed files with 46 additions and 24 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ The `git_branch` module shows the active branch of the repo in your current dire
[git_branch]
symbol = "🌱 "
truncation_length = "4"
truncation_length = 4
truncation_symbol = ""
```