Skip to content

Commit

Permalink
fix(docs): integration section
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy authored Apr 23, 2023
1 parent 6e5b2bf commit 5d40d18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ See the `help` subcommand or [MANUAL.md](https://github.com/willothy/sesh/blob/m
## Integration:

<details>
<summary>[Starship](https://starship.rs/)</summary>
<summary><a href="https://starship.rs/">Starship</a></summary>

```toml
[custom.sesh]
command = "echo $SESH_NAME"
when = ''' test "$SESH_NAME" != "" '''
format = '\(sesh [$output]($style)\)'
```

</details>

0 comments on commit 5d40d18

Please sign in to comment.