summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2015-05-28 09:30:05 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2015-05-28 09:30:05 -0400
commit01ae21b162ca7a17b412174f6c3c79ac22935b9a (patch)
treed831f0a3bd8c4f8718159fcdb0d74cf64f4cb7b4
parenta54a07d881bd33390d4e6193e5d83fe2d6757ad8 (diff)
bash: Add env vars for Guix and Ruby.
-rw-r--r--dotfiles/.bash_profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile
index 836f648..ad4fb7f 100644
--- a/dotfiles/.bash_profile
+++ b/dotfiles/.bash_profile
@@ -14,6 +14,12 @@ export PATH="$HOME/.guix-profile/sbin:$PATH"
# SSH agent.
export SSH_AUTH_SOCK="$HOME/.gnupg/S.gpg-agent.ssh"
+# Ruby.
+export GEM_PATH="$HOME/.guix-profile/lib/ruby/gems/2.2.0"
+
+# Guix
+export GUIX_PACKAGE_PATH="$HOME/Code/guix-custom"
+
# Extra configuration needed on non-GuixSD systems.
if ! guixsd
then