mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01: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:
parent
6d56abcec1
commit
4971e3735e
1 changed files with 3 additions and 2 deletions
|
@ -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