Skip to content

Commit

Permalink
docs: fix typo for config sample
Browse files Browse the repository at this point in the history
sesh-dev should be sesh
  • Loading branch information
albertilagan authored Sep 13, 2024
1 parent 215493f commit 18eda33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,9 @@ The default `<prefix>+L` command will "Switch the attached client back to the la
Add the following to your `tmux.conf` to overwrite the default `last-session` command:

```sh
bind -N "last-session (via sesh) " L run-shell "sesh-dev last"
bind -N "last-session (via sesh) " L run-shell "sesh last"
```

````
## Configuration

You can configure sesh by creating a `sesh.toml` file in your `$XDG_CONFIG_HOME/sesh` or `$HOME/.config/sesh` directory.
Expand Down

0 comments on commit 18eda33

Please sign in to comment.