-
Notifications
You must be signed in to change notification settings - Fork 146
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
zsh completion is not working #89
Comments
It should be as simple as just copy&pasting that line. fpath should contain On Wednesday, April 16, 2014, Marc Busqué [email protected] wrote:
Anders |
Yeah... I don't know which other details could be useful... Yes, I'm runing oh-my-zsh with just |
I assume you mean the kernel version. Otherwise you'd be running Sarge or something :-) |
Yeah, that's the kernel :) The output:
|
Hm, that's weird. I am on vacation right now and left my testing env for completion at home. Let me get back to you in a week, there are some different zsh variables you can set to debug this. |
Ok, thanks a lot. I'll wait here :) |
I'm experiencing this issue as well (in Fedora 20) $fpath:
Maybe someone could make a oh-my-zsh plugin for homeshick? |
@varemenos in your case it seems you don't have the
|
Oops, i ran it after commenting out that line from my rc file.
|
Alright, back again :-)
My suspicion is that something's awry with the autoloading, but let's worry about that after you've tried the above, try to figure out what exactly did the trick (e.g. did you have to |
Yeah, after runing your script and later |
Interesting...
|
|
same as @waiting-for-dev |
Does autocompletion for anything else work? In any case, try running
Try adding a For advanced debugging you can try:
Then zsh will tell you what exactly is being completed or whether some command cannot be found. |
Yeah, completion is working for other programs... Adding |
I'm beginning to run out of ideas here :-) |
Nope, just standard installation :) |
Can you try executing the Then run
... and check if completion is working. |
Yes, it works!! :) Well, homeshick commands are autocompleted, but castles aren't. I don't know if they are autocompleted normally. |
Nice :-)
It's a totally fresh environment, so there aren't any castles except homeshick (you should be able to autocomplete that). |
Ok, I'll try. It's strange, because I have a very pristine .zshrc because I installed oh-my-zsh a short time ago, but I have done some minimal setup so I'll check it. You are right, I can complete homeshick castle. I'll report back any news.. |
I'm also having a weird issue with them unless I source .zshrc again, might prove useful |
I can't tell you anything else than to try and run |
Figured it out.. compinit is called at the beginning of my .zshrc and moving it to the end fixed it. |
Ok, it is the same for me. If I run |
a bit cross-referencing might not hurt I did initial implementation for oh-my-zsh plugin: ohmyzsh/ohmyzsh#3142 |
had the same problem on Linux 4.15.15-1-ARCH x86_64 GNU/Linux. |
I followed zsh completion instructions detailed in the wiki but it doesn't work at all...
Am I missing something?
EDIT by @andsens: Since this issue seems to be visited a lot, here's the solution (for this specific case, that is. If something else works for you, feel free to add a comment to the issue)
The text was updated successfully, but these errors were encountered: