Skip to content

Commit

Permalink
docs: include $ in example fzf example (#29)
Browse files Browse the repository at this point in the history
you need the $ before the (sesh list | fzf) or it won't get passed into sesh connect
  • Loading branch information
mhuggins7278 authored Jan 19, 2024
1 parent fd305a5 commit f503ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This will download and install the latest version of Sesh. Make sure that your G
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:

```sh
sesh connect (sesh list | fzf)
sesh connect $(sesh list | fzf)
```

### tmux + fzf
Expand Down

0 comments on commit f503ce7

Please sign in to comment.