readme: clarify bash/zsh compatibility
Makes it clearer that the compatibility mentioned only relates to the
manual loading approach.
(cherry picked from commit 4971e3735e
)
This commit is contained in:
parent
1484b1d48b
commit
461869b438
|
@ -87,8 +87,9 @@ Currently the easiest way to install Home Manager is as follows:
|
||||||
$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
|
$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
file in your shell configuration. Unfortunately, we currently only
|
file in your shell configuration. Unfortunately, in this specific
|
||||||
support POSIX.2-like shells such as [Bash][] or [Z shell][].
|
case we currently only support POSIX.2-like shells such as
|
||||||
|
[Bash][] or [Z shell][].
|
||||||
|
|
||||||
For example, if you use Bash then add
|
For example, if you use Bash then add
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue