aliases.sh
A tiny static site that publishes my curated bash aliases and renders the real aliases.sh file with build-time syntax highlighting.
How it works
index.htmlcontains the site metadata directly and uses an explicit placeholder for the aliases code block.src/injectAliases.tsinlines the Highlight.js theme and renders the realaliases.shcontent at build/dev time.- The built site is static and does not include runtime browser JavaScript.
Local development
pnpm install
pnpm dev
pnpm test
pnpm build
Notes
aliases.shitself is currently Bash-oriented. This repo does not guarantee zsh compatibility.