test

codedotjs 2022-05-19 20:48:16 +02:00
parent f13fdd97bd
commit 3a240ca9cf

2
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