diff --git a/README.md b/README.md index 3532e17..5f3d0bc 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,13 @@ See the `help` subcommand or [MANUAL.md](https://github.com/willothy/sesh/blob/m ## Integration:
-[Starship](https://starship.rs/) +Starship + ```toml [custom.sesh] command = "echo $SESH_NAME" when = ''' test "$SESH_NAME" != "" ''' format = '\(sesh [$output]($style)\)' ``` +