summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-09-14 08:36:53 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-09-14 08:36:53 -0400
commit4b9c0ab3b2ee5ad7196bffb10a35ee517ea14574 (patch)
tree6bc6ceaf7c0c30473d3a16bc38282ccc7ab8c80a
parent64ecc76bf0f2b08a612f959bc7a8d27358303c4d (diff)
Update bash_profile.
-rw-r--r--dotfiles/.bash_profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile
index f93bf65..4d681e6 100644
--- a/dotfiles/.bash_profile
+++ b/dotfiles/.bash_profile
@@ -47,3 +47,5 @@ then
export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt
eval "$(rbenv init -)"
fi
+
+export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"