From 34a998e35634a4a7d2d57c47ecd32dea181be878 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 30 Nov 2017 22:18:41 +0100 Subject: Various changes --- zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index d236096..4f63ef2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -3,11 +3,12 @@ export EDITOR=vim export HISTSIZE=1000000 -source /home/urbain/.nix-profile/etc/profile.d/nix.sh +# source /home/urbain/.nix-profile/etc/profile.d/nix.sh # Guix stuff export PATH="/home/urbain/.guix-profile/bin${PATH:+:}$PATH" export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale +export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH export CPATH="/home/urbain/.guix-profile/include${CPATH:+:}$CPATH" -- cgit v1.2.3