🌳 banner.ts

This commit is contained in:
nirholas
2026-03-31 10:24:15 +00:00
parent 8fe083824d
commit 6d387e182e

View File

@@ -121,3 +121,4 @@ function tildify(p: string): string {
if (p.startsWith(home + sep)) return '~' + p.slice(home.length) if (p.startsWith(home + sep)) return '~' + p.slice(home.length)
return p return p
} }