1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

readme: clarify bash/zsh compatibility

Makes it clearer that the compatibility mentioned only relates to the
manual loading approach.
This commit is contained in:
Lorenzo Manacorda 2018-12-11 16:22:13 -05:00 committed by Robert Helgesson
parent 6d56abcec1
commit 4971e3735e
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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
```
file in your shell configuration. Unfortunately, we currently only
support POSIX.2-like shells such as [Bash][] or [Z shell][].
file in your shell configuration. Unfortunately, in this specific
case we currently only support POSIX.2-like shells such as
[Bash][] or [Z shell][].
For example, if you use Bash then add