Skip to content

Commit b60c9e5

Browse files
authored
fix: FindZoxideSession exists boolean (#162)
1 parent 1586ea6 commit b60c9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lister/zoxide.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ func (l *RealLister) FindZoxideSession(path string) (model.SeshSession, bool) {
4444
Name: result.Path,
4545
Path: result.Path,
4646
Score: result.Score,
47-
}, false
47+
}, true
4848
}

0 commit comments

Comments
 (0)