nix-installer icon indicating copy to clipboard operation
nix-installer copied to clipboard

Multiple nix entries in PATH in bash

Open m0nhawk opened this issue 9 months ago • 1 comments

I noticed that PATH is being populated twice (with bash, running Fedora 40):

PATH

$ echo $PATH | tr ':' '\n'
/home/user/.nix-profile/bin
/nix/var/nix/profiles/default/bin
/home/user/.local/bin
/home/user/bin
/home/user/.nix-profile/bin
/nix/var/nix/profiles/default/bin
/usr/local/bin
/usr/local/sbin
/usr/bin
/usr/sbin

It's not a big issue, but it would be nice to have more control on the entries in PATH.

m0nhawk avatar May 18 '24 05:05 m0nhawk