Files
oak-gpui/docs/src/languages/bash.md
T
Marshall Bowers b374c7d912 Fix casing of "macOS" (#17040)
This PR fixes a number of spots in English contexts (docs, comments,
etc.) where we were using "MacOS" instead of "macOS".

Release Notes:

- N/A
2024-08-28 19:10:49 -04:00

987 B

Bash

Bash language support in Zed is provided by the community-maintained Basher extension. Report issues to: https://github.com/d1y/bash.zed/issues

Configuration

The bash-language-server support shellcheck. But you need to install it manually:

# macOS
brew install shellcheck

# Ubuntu/Debian
sudo apt-get install shellcheck

# Arch Linux
pacman -S shellcheck

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.