Add nix-profile/bin to $PATH

This commit is contained in:
c47 2024-01-27 15:47:11 +01:00
parent dd678d5e4e
commit 059412b0d6

View file

@ -125,4 +125,4 @@ if [[ -f ${HOME}/.bashrc.local ]]; then
source ${HOME}/.bashrc.local
fi
export PATH=${HOME}/.local/bin:${PATH}
export PATH=${HOME}/.local/bin:${HOME}/.nix-profile/bin:${PATH}