...
This commit is contained in:
parent
f40380b05a
commit
4d8ccd8e94
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ var ConfigDir = (&Once[string]{Run: func() (config_dir string) {
|
|||
return Abspath(Expanduser(kcd))
|
||||
}
|
||||
var locations []string
|
||||
seen := Set[string]{}
|
||||
seen := NewSet[string]()
|
||||
add := func(x string) {
|
||||
x = Abspath(Expanduser(x))
|
||||
if !seen.Has(x) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue