summaryrefslogtreecommitdiff
path: root/guix/.dotfiles/.bash_profile
blob: 03c1fab3569688c4d1dd7b04dd2dcf6a42f3d162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Merge search-paths from multiple profiles, the order matters.
eval "$(guix package --search-paths \
-p $HOME/.config/guix/current \
-p $HOME/.guix-profile \
-p /run/current-system/profile)"

# Prepend setuid programs.
export PATH=/run/setuid-programs:$PATH

export PATH=$HOME/.bin:$PATH

export EMACSLOADPATH=$EMACSLOADPATH:$HOME/.emacs.d/elpa