diff --git a/Nix.md b/Nix.md index c5cba58..7eab26e 100644 --- a/Nix.md +++ b/Nix.md @@ -9,7 +9,7 @@ nix-channel --update ``` to configure a channel (repository). -Now add the `~/.nix-profile/bin` directory to your `$PATH` with `export PATH="$HOME/.nix-profile/bin:$PATH"`. +Now add the `~/.nix-profile/bin` directory to your `$PATH`. For Fish, you can do this with `fish_add_path ~/.nix-profile/bin`. ## Usage