This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit c1d913ff9194c06e548c79a27ed615eb833fb738
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sat Jun 4 17:49:02 2022 +0100
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.