pcdshub / pcdshub/shared-dotfiles

Explain about bash completion on macOS

Open
#22 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
3
Forks
15
Avg merge
7d 10h
Merged PRs (30d)
1

Description

macOS-provided bash is bizarrely ancient. zsh is their preferred replacement, which is now default.

To get a newer bash, we need to fall back to homebrew:

  1. Install homebrew (enable it in bash_profile)
  2. Install bash and bash-completion via brew install bash bash-completion
  3. Old path was [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion new path is somewhere in /opt/homebrew I think

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the bash_profile reference and the Homebrew command in the issue, then verify the current bash-completion path on macOS, including Apple Silicon. Update the relevant dot-file documentation with accurate installation and configuration steps, and confirm it explains how bash completion is enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, shell
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.