diff options
| author | Taupiqueur <alexherbo2@gmail.com> | 2021-02-03 17:26:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 17:26:49 +0100 |
| commit | a60a3f0741c7fd8eb4acb0c103c08dd1b98f634f (patch) | |
| tree | d62b4aae3c34353a57eb7f956b8498ceeb34f18e | |
| parent | ae708d17e0a196a78324f84fe732d3d5ae7ef04d (diff) | |
| parent | ab53888a82394c1c41e0f1b337b60f7f59a15f99 (diff) | |
Merge pull request #51 from basbebe/patch-2
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
