We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1586ea6 commit b60c9e5Copy full SHA for b60c9e5
lister/zoxide.go
@@ -44,5 +44,5 @@ func (l *RealLister) FindZoxideSession(path string) (model.SeshSession, bool) {
44
Name: result.Path,
45
Path: result.Path,
46
Score: result.Score,
47
- }, false
+ }, true
48
}
0 commit comments