diff --git a/lister/zoxide.go b/lister/zoxide.go index 4525ca5..1ea0cb9 100644 --- a/lister/zoxide.go +++ b/lister/zoxide.go @@ -44,5 +44,5 @@ func (l *RealLister) FindZoxideSession(path string) (model.SeshSession, bool) { Name: result.Path, Path: result.Path, Score: result.Score, - }, false + }, true }