bramus / bramus/composer-autocomplete

Zsh: command not found: complete

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
98
Forks
11
PR merge metrics
No merged PRs in 30d

Description

I followed the same installation instructions but after running
```bash
$ source ~/.zshrc
```
getting this error: `/home/ahmedwaleed/composer-autocomplete:39: command not found: complete`

Inside .zshrc

```bash
if [ -f "$HOME/composer-autocomplete" ] ; then
. $HOME/composer-autocomplete
fi
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting composer-autocomplete at line 39 and the .zshrc snippet that sources it. Reproduce the failure by running source ~/.zshrc under zsh, then verify that the installation no longer reports command not found: complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell, zsh
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.