From 72df1a8d033b855e0f972e933692ab42ff079054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Mon, 4 May 2015 22:51:21 +0200 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index ccce404..e2a7e8d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -35,7 +35,7 @@ Many completion problems, including the infamous `command not found: compdef`, c As a last resort, if you're getting weird behavior and can't find the culprit, run the following command to enable debug mode: ```sh -zsh -xv 2> >(tee ~/omz-debug.log &>/dev/null) +zsh -xv &> >(tee ~/omz-debug.log 2>/dev/null) ``` Afterwards, reproduce the behavior (_i.e._ if it's a particular command, run it), and when you're done, run `exit` to stop the debugging session. This will create a `omz-debug.log` file on your home directory, which you can upload to [gist.github.com](https://gist.github.com/) and link to it on the issue you'll open next. \ No newline at end of file