From 51989179eeb148249dc9f85882ab54da3d69e22d Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=BA=20xdg.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/xdg.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/xdg.ts b/src/utils/xdg.ts index c9ec16b..abf64fb 100644 --- a/src/utils/xdg.ts +++ b/src/utils/xdg.ts @@ -63,3 +63,4 @@ export function getUserBinDir(options?: XDGOptions): string { const { home } = resolveOptions(options) return join(home, '.local', 'bin') } +