added GUIX_PACKAGE_PATH
This commit is contained in:
parent
48bfeb44f0
commit
f5b3979415
2
.bashrc
2
.bashrc
|
@ -30,8 +30,6 @@ fi
|
||||||
export BSD_GAMES_DIR=~/.local/share/bsd-games
|
export BSD_GAMES_DIR=~/.local/share/bsd-games
|
||||||
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||||
export GITLAB_URL=https://git.a-lec.org
|
export GITLAB_URL=https://git.a-lec.org
|
||||||
export GIT_AUTHOR_NAME=Adrien\ Bourmault
|
|
||||||
export GIT_AUTHOR_EMAIL=neox@a-lec.org
|
|
||||||
export GUIX_PACKAGE_PATH=~/.config/guix/packages/defs
|
export GUIX_PACKAGE_PATH=~/.config/guix/packages/defs
|
||||||
#export LIBRARY_PATH=~/.guix-profile/include:$LIBRARY_PATH
|
#export LIBRARY_PATH=~/.guix-profile/include:$LIBRARY_PATH
|
||||||
#export LD_LIBRARY_PATH=~/.guix-profile/lib:$LIBRARY_PATH:$LD_LIBRARY_PATH
|
#export LD_LIBRARY_PATH=~/.guix-profile/lib:$LIBRARY_PATH:$LD_LIBRARY_PATH
|
||||||
|
|
Loading…
Reference in New Issue