Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename zsh completion function _earth to _earthly #811

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

alexcb
Copy link
Collaborator

@alexcb alexcb commented Feb 24, 2021

  • this was missed when we renamed the earth command to earthly

Signed-off-by: Alex Couture-Beil alex@earthly.dev

- this was missed when we renamed the earth command to earthly

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
@alexcb
Copy link
Collaborator Author

alexcb commented Feb 24, 2021

In order to get this working on my mac, I ended up reinstalling oh-my-zsh and had to fix some permissions issues with:

wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh

# fix security issues
compaudit | xargs chmod g-w,o-w

rm -r /Users/$USER/.oh-my-zsh
ZSH= sh install.sh

brew uninstall earthly
brew install earthly

@alexcb alexcb merged commit 1d6fede into main Feb 25, 2021
@alexcb alexcb deleted the fix-zsh-autocompletion branch February 25, 2021 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants