joshmedeski / sesh

Smart session manager for the terminal
MIT License
410 stars 16 forks source link

`sesh list` lists the content of my $HOME #102

Closed m-gris closed 1 month ago

m-gris commented 1 month ago

What happened?

Hi :)

When running sesh list, fzf window pops up, but with the content of my $HOME, instead of my tmux sessions.

Version

1.1.0

Relevant log output

No response

Reviewed

joshmedeski commented 1 month ago

What is the full command you are running?

m-gris commented 1 month ago

Just running sesh list

after double checking, my sessions are actually listed, mixed up with all the files & dirs in my home dir...

joshmedeski commented 1 month ago

If you're using fzf, I recommend adding --no-sort to prevent fzf from changing the order of what sesh prints.