summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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