diff options
| author | Augusto Stoffel <arstoffel@gmail.com> | 2025-05-16 14:23:20 +0200 |
|---|---|---|
| committer | Augusto Stoffel <arstoffel@gmail.com> | 2025-05-16 14:23:20 +0200 |
| commit | fc5cab4db55f0b95c4b97fbe3104e394da34b91a (patch) | |
| tree | 83e4c3f34df465d4a33998104a9913fd73bc8d70 /buffer-env.el | |
| parent | 3814bdf3585ffffea3014b1d01549894ec1aa897 (diff) | |
Support for Guix environment-variables filesexternals/buffer-env
Closes #27.
Diffstat (limited to 'buffer-env.el')
| -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") |
