Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T02:28:40.249Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

docs/src/languages/bash.md

1.4 KB

title: Bash description: "Configure Bash language support in Zed, including language servers, formatting, and debugging."

Bash

Bash support is available natively in Zed.

Configuration

It is highly recommended to install shellcheck, as bash-language-server depends on it to provide diagnostics.

Install shellcheck:

brew install shellcheck             # macOS (HomeBrew)
apt-get install shellcheck          # Ubuntu/Debian
pacman -S shellcheck                # ArchLinux
dnf install shellcheck              # Fedora
yum install shellcheck              # CentOS/RHEL
zypper install shellcheck           # openSUSE
choco install shellcheck            # Windows (Chocolatey)

And verify it is available from your path:

which shellcheck
shellcheck --version

If you wish to customize the warnings/errors reported you just need to create a .shellcheckrc file. You can do this in the root of your project or in your home directory (~/.shellcheckrc). See: shellcheck documentation for more.

See also:

Served at tenant.openagents/omega Member data and write actions are omitted.