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

Can not get completions working for g function. #651

Open
gavvvr opened this issue Nov 3, 2019 · 0 comments
Open

Can not get completions working for g function. #651

gavvvr opened this issue Nov 3, 2019 · 0 comments

Comments

@gavvvr
Copy link

gavvvr commented Nov 3, 2019

How to reproduce:

FROM ubuntu
RUN apt-get update && apt-get install -y software-properties-common
RUN add-apt-repository ppa:martin-frost/thoughtbot-rcm
RUN apt-get update && apt-get install -y vim git zsh curl rcm
RUN git clone git://github.com/thoughtbot/dotfiles.git ~/dotfiles && env RCRC=$HOME/dotfiles/rcrc rcup
RUN rcup

docker build . -t dotfiles && docker run --rm -it dotfiles zsh

If I type g and hit TAB, there is no suggestions. But I expect them to be present because there is:
compdef g=git

in zsh/completion/_g

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

No branches or pull requests

1 participant