profile: Export GUIX_PACKAGE_PATH to ~/.guix-packages

master
Pierre Neidhardt 2018-03-30 16:08:02 +05:30
parent 15d57bffe1
commit 4a952813d9
1 changed files with 5 additions and 0 deletions

View File

@ -160,6 +160,11 @@ if command -v asp >/dev/null 2>&1; then
export ASPROOT="$HOME/.cache/asp"
fi
## Guix
if command -v guix >/dev/null 2>&1; then
export GUIX_PACKAGE_PATH="$HOME/.guix-packages"
fi
## Default text editor
## 'em' is a custom wrapper for emacsclient. See '.bin/em'.
## VISUAL is given priority by some programs like Mutt. This way we can separate