.profile: Make hackpool higher priority than Guix profiles.

master
Pierre Neidhardt 2019-10-17 11:00:47 +02:00
parent f661a8119c
commit 3529863bef
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,6 @@ prependpath () {
eval export $PATHVAR="$1:\$$PATHVAR"
}
## Use this to override system executables.
prependpath "${HOME}/personal/hackpool"
## Cask
appendpath "$HOME/.cask/bin"
@ -37,6 +34,9 @@ for i in ~/.guix-extra-profiles/*; do
unset profile
done
## Use this to override system executables.
prependpath "${HOME}/personal/hackpool"
## Last PATH entries.
appendpath "${HOME}/.local/bin"