readme: clarify bash/zsh compatibility
Makes it clearer that the compatibility mentioned only relates to the manual loading approach.
This commit is contained in:
parent
6d56abcec1
commit
4971e3735e
|
@ -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