1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Merge pull request #12423 from ilya-bobyr/fish-profile-local-state-bin-in-PATH

nix-profile.fish: Add local state bin to $PATH
This commit is contained in:
Jörg Thalheim 2025-04-18 07:27:04 +02:00 committed by GitHub
commit f683a555bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,7 @@ if set --query MANPATH
set --export --prepend --path MANPATH "$NIX_LINK/share/man" set --export --prepend --path MANPATH "$NIX_LINK/share/man"
end end
add_path "@localstatedir@/nix/profiles/default/bin"
add_path "$NIX_LINK/bin" add_path "$NIX_LINK/bin"
# Cleanup # Cleanup