summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaupiqueur <alexherbo2@gmail.com>2021-02-03 17:26:49 +0100
committerGitHub <noreply@github.com>2021-02-03 17:26:49 +0100
commita60a3f0741c7fd8eb4acb0c103c08dd1b98f634f (patch)
treed62b4aae3c34353a57eb7f956b8498ceeb34f18e
parentae708d17e0a196a78324f84fe732d3d5ae7ef04d (diff)
parentab53888a82394c1c41e0f1b337b60f7f59a15f99 (diff)
Merge pull request #51 from basbebe/patch-2
-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