From 01ae21b162ca7a17b412174f6c3c79ac22935b9a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 28 May 2015 09:30:05 -0400 Subject: bash: Add env vars for Guix and Ruby. --- dotfiles/.bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3