branch: externals/buffer-env
commit 504ebfe8670e778a9c53fd8712b1d97584abb233
Author: Augusto Stoffel <[email protected]>
Commit: Augusto Stoffel <[email protected]>
Remove incorrect redirection from guix shell command
See discussion in
https://github.com/astoff/buffer-env/pull/5#issuecomment-1117611683.
---
buffer-env.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buffer-env.el b/buffer-env.el
index 98714a8f0f..4145d6251c 100644
--- a/buffer-env.el
+++ b/buffer-env.el
@@ -64,7 +64,7 @@
(defcustom buffer-env-commands
'((".env" . "set -a && >&2 . \"$0\" && env -0")
("manifest.scm" . "guix shell -m \"$0\" -- env -0")
- ("guix.scm" . ">&2 guix shell -D -f \"$0\" -- env -0")
+ ("guix.scm" . "guix shell -D -f \"$0\" -- env -0")
("*" . ">&2 . \"$0\" && env -0"))
"Alist of commands used to produce environment variables.
For each entry, the car is glob pattern and the cdr is a shell