From a93bcacdd920f8026407641fa12b7cc6b97b29f6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 13 Aug 2015 08:49:46 -0400 Subject: bash: Add more environment variable settings. --- dotfiles/.bash_profile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 95afd90..ec8a2a8 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -25,7 +25,13 @@ then export SSH_AUTH_SOCK="$HOME/.gnupg/S.gpg-agent.ssh" fi -# Ruby. +export EDITOR=emacsclient + +# Guile +export GUILE_LOAD_PATH="/home/dave/.guix-profile/share/guile/site/2.0:$GUILE_LOAD_PATH" +export GUILE_LOAD_COMPILED_PATH="/home/dave/.guix-profile/share/guile/site/2.0:$GUILE_LOAD_COMPILED_PATH" + +# Ruby export GEM_PATH="$HOME/.guix-profile/lib/ruby/gems/2.2.0" # Guix -- cgit v1.2.3