diff options
| -rw-r--r-- | buffer-env.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer-env.el b/buffer-env.el index d8d6bcc..91a85f9 100644 --- a/buffer-env.el +++ b/buffer-env.el @@ -66,7 +66,7 @@ :type '(choice (repeat string) string)) (defcustom buffer-env-command-alist - `((,(rx "/.env" eos) + `((,(rx "/" (or ".env" "environment-variables") eos) . "set -a && >&2 . \"$1\" && env -0") (,(rx "/manifest.scm" eos) . "guix shell -m \"$1\" -- env -0") |
