sets up nix commands in path on mac

This commit is contained in:
Dennis Schoepf 2026-01-31 22:38:56 +01:00
parent ec05150e05
commit aa867550b1
2 changed files with 3 additions and 2 deletions

View file

@ -179,6 +179,7 @@
fish_add_path /run/current-system/sw/bin
if test "$uname" = "Darwin"
fish_add_path /nix/var/nix/profiles/default/bin
setup_homebrew
end
'';