summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbasbebe <7083188+basbebe@users.noreply.github.com>2021-02-03 11:56:23 +0000
committerbasbebe <git@bastianbeuttel.com>2021-02-03 16:08:43 +0100
commitab53888a82394c1c41e0f1b337b60f7f59a15f99 (patch)
treed62b4aae3c34353a57eb7f956b8498ceeb34f18e
parentae708d17e0a196a78324f84fe732d3d5ae7ef04d (diff)
add space after kakoune connect starship symbol
this makes it more coherent with other starship functions
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d70a52a..0b7fb94 100644
--- a/README.md
+++ b/README.md
@@ -275,6 +275,7 @@ when = 'test "$IN_KAKOUNE_CONNECT" = 1 -a -n "$KAKOUNE_SESSION" -a -n "$KAKOUNE_
shell = ['dash']
description = 'Indicates that the current shell is connected to a Kakoune client'
style = 'green italic'
+format = '[$symbol ($output )]($style)'
[custom.kakoune_connect_session]
symbol = '🐈'
@@ -283,6 +284,7 @@ when = 'test "$IN_KAKOUNE_CONNECT" = 1 -a -n "$KAKOUNE_SESSION" -a -z "$KAKOUNE_
shell = ['dash']
description = 'Indicates that the current shell is connected to a Kakoune session'
style = 'green italic'
+format = '[$symbol ($output )]($style)'
```
[Starship]: https://starship.rs