summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-12-13 12:26:48 +0100
committerUrbain Vaes <urbain@vaes.uk>2017-12-13 12:26:48 +0100
commit926c3860ad0ce0464eaad00804556b204b1b7d71 (patch)
tree3d2ebac2b094656a1a41923bd20298a9cb575c99 /zsh/.zshenv
parent52bccdd45a0e24fa8d38679da3b3d78654761bf6 (diff)
Split zsh configuration in several file
This allows the environment defined in .zshenv to be available when running commands with 'ssh user@host command'
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv10
1 files changed, 10 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
new file mode 100644
index 0000000..140e8fd
--- /dev/null
+++ b/zsh/.zshenv
@@ -0,0 +1,10 @@
+export ZDOTDIR=$HOME/.zsh
+
+# Guix stuff
+export PATH="$HOME/bin:$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin:$HOME/bin:/usr/lib/surfraw${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"
+export LIBRARY_PATH="/home/urbain/.guix-profile/lib${LIBRARY_PATH:+:}$LIBRARY_PATH"