diff options
-rw-r--r-- | dotfiles/.bash_profile | 8 |
1 files changed, 7 insertions, 1 deletions
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 |