From 88f9b333845d3d905463368efed5eabe304d75c2 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Fri, 30 Jul 2021 00:05:48 +0800 Subject: [PATCH] docs: update session variables suggestion for Fish --- README.md | 9 ++++++--- docs/installation.adoc | 9 +++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e012d9302..9a9ceb884 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ Currently the easiest way to install Home Manager is as follows: file in your shell configuration. This file can be sourced directly by POSIX.2-like shells such as [Bash][] or [Z shell][]. + [Fish][] users can use utilities such as [foreign-env][] or + [babelfish][]. For example, if you use Bash then add @@ -123,9 +125,7 @@ Currently the easiest way to install Home Manager is as follows: . "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh" ``` - to your `~/.profile` file. For fish shell, it is possible to use - [foreign-env](https://github.com/oh-my-fish/plugin-foreign-env) to - source the file. + to your `~/.profile` file. If instead of using channels you want to run Home Manager from a Git checkout of the repository then you can use the @@ -385,3 +385,6 @@ an issue. [samueldr]: https://github.com/samueldr/ [Nix Pills]: https://nixos.org/nixos/nix-pills/ [Nix Flakes]: https://nixos.wiki/wiki/Flakes +[Fish]: https://fishshell.com +[foreign-env]: https://github.com/oh-my-fish/plugin-foreign-env +[babelfish]: https://github.com/bouk/babelfish diff --git a/docs/installation.adoc b/docs/installation.adoc index 24cb83cdc..82d890f19 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -88,7 +88,10 @@ when managing home configuration together with system configuration. + This file can be sourced directly by POSIX.2-like shells such as https://www.gnu.org/software/bash/[Bash] or -http://zsh.sourceforge.net/[Z shell]. +http://zsh.sourceforge.net/[Z shell]. https://fishshell.com[Fish] +users can use utilities such as +https://github.com/oh-my-fish/plugin-foreign-env[foreign-env] or +https://github.com/bouk/babelfish[babelfish]. + For example, if you use Bash then add + @@ -97,9 +100,7 @@ For example, if you use Bash then add . "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" ---- + -to your `~/.profile` file. For fish shell, it is possible to use -https://github.com/oh-my-fish/plugin-foreign-env[foreign-env] to -source the file. +to your `~/.profile` file. If instead of using channels you want to run Home Manager from a Git checkout of the repository then you can use the