From f13fdd97bd64d7732869ffe0d7248d891cbbb1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schn=C3=BCrle?= Date: Thu, 19 May 2022 13:11:10 -0500 Subject: [PATCH] Update 'Nix' --- Nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nix.md b/Nix.md index 7eab26e..c5cba58 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`. For Fish, you can do this with `fish_add_path ~/.nix-profile/bin`. +Now add the `~/.nix-profile/bin` directory to your `$PATH` with `export PATH="$HOME/.nix-profile/bin:$PATH"`. ## Usage