summaryrefslogtreecommitdiff
path: root/dotfiles/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.bash_profile')
-rw-r--r--dotfiles/.bash_profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile
index 35827ef..bc424ab 100644
--- a/dotfiles/.bash_profile
+++ b/dotfiles/.bash_profile
@@ -29,7 +29,8 @@ 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"
+ export GUILE_LOAD_COMPILED_PATH="/home/dave/.guix-profile/lib/guile/2.0/ccache:/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"
@@ -37,6 +38,8 @@ export GEM_PATH="$HOME/.guix-profile/lib/ruby/gems/2.2.0"
# Guix
export GUIX_PACKAGE_PATH="$HOME/Code/guix-custom"
+export TERMINFO_DIRS="/home/dave/.guix-profile/share/terminfo"
+
# Extra configuration needed on non-GuixSD systems.
if ! guixsd
then