We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im using Oh-my-zsh shell. Installed gf. But autocomplete is not working Commands i used, go get -u github.com/tomnomnom/gf
go get -u github.com/tomnomnom/gf
Added these lines in .zshrc,
export GOPATH="/Users/gopikrishna/go" alias gf="$GOPATH/bin/gf" source $GOPATH/src/github.com/tomnomnom/gf/gf-completion.zsh
when i hit tab after gf command it shows _gf:1: command not found: gf
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
Issue Resolved !
Add the below line in .zshrc
export PATH=$PATH:~/path/to/go/bin
Sorry, something went wrong.
No branches or pull requests
Im using Oh-my-zsh shell. Installed gf. But autocomplete is not working
Commands i used,
go get -u github.com/tomnomnom/gf
Added these lines in .zshrc,
when i hit tab after gf command it shows _gf:1: command not found: gf
Any help is appreciated!
The text was updated successfully, but these errors were encountered: