Sets custom $PATH for fish

nix-darwin
Abhinav Sarkar 2023-11-20 13:04:04 +05:30
parent 6481eda2b2
commit c8c1f319b3
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
shellInit = ''
# nix
fenv source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
fish_add_path -m ~/.local/bin ~/.cabal/bin
'';
};
}