Skip to content

Commit f503ce7

Browse files
authored
docs: include $ in example fzf example (#29)
you need the $ before the (sesh list | fzf) or it won't get passed into sesh connect
1 parent fd305a5 commit f503ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This will download and install the latest version of Sesh. Make sure that your G
4747
The easiest way to integrate sesh into your workflow is to use [fzf](https://github.com/junegunn/fzf). You can use it to select a session to connect to:
4848

4949
```sh
50-
sesh connect (sesh list | fzf)
50+
sesh connect $(sesh list | fzf)
5151
```
5252

5353
### tmux + fzf

0 commit comments

Comments
 (0)