diff --git a/index.xhtml b/index.xhtml index d1c540309..71c6d921b 100644 --- a/index.xhtml +++ b/index.xhtml @@ -1282,7 +1282,10 @@ way. In Bash and Z shell this can be done by adding
.profileand.zshrcfiles, respectively. Thehm-session-vars.shfile should work in most Bourne-like shells. For fish shell, it is possible to source it using the foreign-env -pluginfenv source "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" > /dev/null +plugin or using the builtin +babelfish-translated variables:fenv source "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" > /dev/null +# or +source "$HOME/.nix-profile/etc/profile.d/hm-session-vars.fish"How to set up a configuration for multiple users/machines?
A typical way to prepare a repository of configurations for multiple logins and machines is to prepare one "top-level" file for each unique