🔺 xdg.ts

This commit is contained in:
nirholas
2026-03-31 10:24:35 +00:00
parent 682320ab2a
commit 51989179ee

View File

@@ -63,3 +63,4 @@ export function getUserBinDir(options?: XDGOptions): string {
const { home } = resolveOptions(options) const { home } = resolveOptions(options)
return join(home, '.local', 'bin') return join(home, '.local', 'bin')
} }