fix: Do not override Nix path from /etc/profile.d
1 files changed, 0 insertions(+), 7 deletions(-) M home/dotfiles/.bash_profile
M home/dotfiles/.bash_profile => home/dotfiles/.bash_profile +0 -7
@@ 4,12 4,5 @@ if [ -f ~/.profile ]; then . ~/.profile; fi # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi # Merge search-paths from multiple profiles, the order matters. eval "$(guix package --search-paths \ -p $HOME/.config/guix/current \ -p $HOME/.guix-home/profile \ -p $HOME/.guix-profile \ -p /run/current-system/profile)" # Prepend setuid programs. export PATH=/run/setuid-programs:$PATH