Skip to content

Commit

Permalink
fix: add fish workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
s3igo committed Sep 23, 2024
1 parent e78fb21 commit 6b1972c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ in
};
loginShellInit = ''
# PATH
# Workaruond for https://github.com/LnL7/nix-darwin/issues/122
# See: https://github.com/LnL7/nix-darwin/issues/122#issuecomment-1266049484
for p in (string split ' ' $NIX_PROFILES); fish_add_path --prepend --move -- $p/bin; end
if test -d /opt/homebrew
/opt/homebrew/bin/brew shellenv | source
end
Expand Down

0 comments on commit 6b1972c

Please sign in to comment.