From c1d913ff9194c06e548c79a27ed615eb833fb738 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 4 Jun 2022 17:49:02 +0100 Subject: [PATCH] readme - clarify xsession errors --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3067784f6..bac4e8716 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,8 @@ exec /usr/local/bin/enlightenment_start >& ~/.xsession-errors ``` (`exec` tells the shell to replace itself with the following command -and this ensures all output is logged to the `~/.xsession-errors`). +and `>& ~/.xsession-errors` ensures all output is logged to the +`~/.xsession-errors` file). You may also want your `~/.xsession` file to be the same, so make a link: