diff options
| author | basbebe <7083188+basbebe@users.noreply.github.com> | 2021-02-03 11:56:23 +0000 |
|---|---|---|
| committer | basbebe <git@bastianbeuttel.com> | 2021-02-03 16:08:43 +0100 |
| commit | ab53888a82394c1c41e0f1b337b60f7f59a15f99 (patch) | |
| tree | d62b4aae3c34353a57eb7f956b8498ceeb34f18e | |
| parent | ae708d17e0a196a78324f84fe732d3d5ae7ef04d (diff) | |
add space after kakoune connect starship symbol
this makes it more coherent with other starship functions
| -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 |
