diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-13 08:49:46 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-13 08:51:07 -0400 |
commit | a93bcacdd920f8026407641fa12b7cc6b97b29f6 (patch) | |
tree | a8d84e1908e5f795b637b6b1dc31a152fdfab844 | |
parent | f22d9ea74647c6076db65fe268ba03a89c7c026d (diff) |
bash: Add more environment variable settings.
-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 |