From 56189d422866af2d2c72b9112e6de34561fdd026 Mon Sep 17 00:00:00 2001 From: Nicolas Canceill Date: Wed, 22 Apr 2015 10:58:47 +0200 Subject: [PATCH] Added basic completion troubleshooting (see https://github.com/robbyrussell/oh-my-zsh/pull/3651#issuecomment-94344766) --- Troubleshooting.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index bbc129f..d23a86e 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -25,9 +25,12 @@ Two main things could go wrong: ### 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 -*...to be filled...* +*...to be filled...* \ No newline at end of file