Skip to content

Commit f683a55

Browse files
authored
Merge pull request #12423 from ilya-bobyr/fish-profile-local-state-bin-in-PATH
nix-profile.fish: Add local state bin to $PATH
2 parents 75679b3 + fc8c11b commit f683a55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/nix-profile.fish.in

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ if set --query MANPATH
6969
set --export --prepend --path MANPATH "$NIX_LINK/share/man"
7070
end
7171

72+
add_path "@localstatedir@/nix/profiles/default/bin"
7273
add_path "$NIX_LINK/bin"
7374

7475
# Cleanup

0 commit comments

Comments
 (0)