We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0af39 commit dccbb54Copy full SHA for dccbb54
README.md
@@ -14,6 +14,18 @@ when calling external utilities like `make` from Emacs.
14
This library works around this problem by copying important environment
15
variables from the user's shell.
16
17
+Compatibility
18
+-------------
19
+
20
+If you use a non-POSIX-standard shell such as `tcsh` or `fish`, your
21
+shell will be asked to execute `sh` as a subshell in order to print
22
+out the variables in a format which can be reliably parsed. `sh` must
23
+be a POSIX-compliant shell in this case.
24
25
+Note that shell variables which have not been exported as environment
26
+variables (e.g. using the "export" keyword) may not be visible to
27
+`exec-path-from-shell'.
28
29
Installation
30
------------
31
0 commit comments