Added basic completion troubleshooting (see https://github.com/robbyrussell/oh-my-zsh/pull/3651#issuecomment-94344766)
parent
c6c243f594
commit
56189d4228
@ -25,9 +25,12 @@ Two main things could go wrong:
|
|||||||
|
|
||||||
### Completion problems
|
### Completion problems
|
||||||
|
|
||||||
*...to be filled...*
|
Many completion problems, including the infamous `command not found: compdef`, can be solved by resetting the completion system.
|
||||||
|
|
||||||
|
1. First, try to remove your completion cache with `rm ~/.zcompdump*`, close and reopen your shells.
|
||||||
|
|
||||||
|
2. If you still have problems, try fully resetting the completion system, as explained by [**@dragon788**](https://github.com/robbyrussell/oh-my-zsh/issues/630#issuecomment-70291622).
|
||||||
|
|
||||||
### Everything else
|
### Everything else
|
||||||
|
|
||||||
*...to be filled...*
|
*...to be filled...*
|
Loading…
Reference in New Issue
Block a user