summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-11-30 22:18:41 +0100
committerUrbain Vaes <urbain@vaes.uk>2017-11-30 22:18:41 +0100
commit34a998e35634a4a7d2d57c47ecd32dea181be878 (patch)
treeacd9967af03d8537df0051daf17ebee720af0d61 /zsh/.zshrc
parentb8e547dec5d0f388d4dfd8c1c97d389a3b045d59 (diff)
Various changes
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc3
1 files changed, 2 insertions, 1 deletions
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"