indicate stash with symbols

Like already in place for the branch, Unicode symbols or letter
indicators make it easier to tell the stash counter apart from other
segments.
This commit is contained in:
XZS 2016-04-23 10:05:26 +02:00
parent c91bcd9ba1
commit fd54f63347
6 changed files with 18 additions and 0 deletions

View File

@ -15,6 +15,9 @@
"branch": {
"before": "BR "
},
"stash": {
"before": "ST "
},
"cwd": {
"args": {
"ellipsis": "..."

View File

@ -14,6 +14,9 @@
"branch": {
"before": " "
},
"stash": {
"before": "⌆ "
},
"cwd": {
"args": {
"ellipsis": "⋯"

View File

@ -14,6 +14,9 @@
"branch": {
"before": "🔀 "
},
"stash": {
"before": "📝"
},
"cwd": {
"args": {
"ellipsis": "⋯"

View File

@ -14,6 +14,9 @@
"branch": {
"before": "⎇ "
},
"stash": {
"before": "⌆"
},
"cwd": {
"args": {
"ellipsis": "⋯"

View File

@ -14,6 +14,9 @@
"branch": {
"before": "BR "
},
"stash": {
"before": "ST "
},
"cwd": {
"args": {
"ellipsis": "…"

View File

@ -14,6 +14,9 @@
"branch": {
"before": "B "
},
"stash": {
"before": "S "
},
"cwd": {
"args": {
"use_path_separator": true,