From 926c3860ad0ce0464eaad00804556b204b1b7d71 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 13 Dec 2017 12:26:48 +0100 Subject: Split zsh configuration in several file This allows the environment defined in .zshenv to be available when running commands with 'ssh user@host command' --- zsh/.zshenv | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 zsh/.zshenv (limited to 'zsh/.zshenv') 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" -- cgit v1.2.3