source:
dotfiles/guix/.dotfiles/.bash_profile@
254aa1d
Last change on this file since 254aa1d was 254aa1d, checked in by , on Aug 5, 2024 at 6:53:43 AM | |
---|---|
|
|
File size: 346 bytes |
Line | |
---|---|
1 | # Merge search-paths from multiple profiles, the order matters. |
2 | eval "$(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. |
8 | export PATH=/run/setuid-programs:$PATH |
9 | |
10 | export PATH=$HOME/.bin:$PATH |
11 | |
12 | export EMACSLOADPATH=$EMACSLOADPATH:$HOME/.emacs.d/elpa |
Note:
See TracBrowser
for help on using the repository browser.