source: dotfiles/guix/.dotfiles/.bash_profile@ 254aa1d

Last change on this file since 254aa1d was 254aa1d, checked in by Mikhail Kirillov <w96k@…>, on Aug 5, 2024 at 6:53:43 AM

Massively update guix home

  • Property mode set to 100644
File size: 346 bytes
Line 
1# Merge search-paths from multiple profiles, the order matters.
2eval "$(guix package --search-paths \
3-p $HOME/.config/guix/current \
4-p $HOME/.guix-profile \
5-p /run/current-system/profile)"
6
7# Prepend setuid programs.
8export PATH=/run/setuid-programs:$PATH
9
10export PATH=$HOME/.bin:$PATH
11
12export EMACSLOADPATH=$EMACSLOADPATH:$HOME/.emacs.d/elpa
Note: See TracBrowser for help on using the repository browser.