From 800fed4277f39c97ebd22546e43f159c7b906477 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 13 Feb 2016 12:03:17 -0500 Subject: Update bash config. --- dotfiles/.bash_profile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index bc424ab..2813e89 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -28,9 +28,8 @@ fi 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/lib/guile/2.0/ccache:/home/dave/.guix-profile/share/guile/site/2.0:$GUILE_LOAD_COMPILED_PATH" - +export GUILE_LOAD_PATH="$HOME/.guix-profile/share/guile/site/2.0:$GUILE_LOAD_PATH" +export GUILE_LOAD_COMPILED_PATH="$HOME/.guix-profile/lib/guile/2.0/ccache:$HOME/.guix-profile/share/guile/site/2.0:$GUILE_LOAD_COMPILED_PATH" # Ruby export GEM_PATH="$HOME/.guix-profile/lib/ruby/gems/2.2.0" @@ -38,6 +37,12 @@ export GEM_PATH="$HOME/.guix-profile/lib/ruby/gems/2.2.0" # Guix export GUIX_PACKAGE_PATH="$HOME/Code/guix-custom" +# Info +export INFOPATH="$HOME/.guix-profile/share/info" + +# Pidgin +export PURPLE_PLUGIN_PATH="$HOME/.guix-profile/lib/purple-2:/home/dthompson/.guix-profile/lib/pidgin" + export TERMINFO_DIRS="/home/dave/.guix-profile/share/terminfo" # Extra configuration needed on non-GuixSD systems. @@ -51,5 +56,6 @@ fi if vhl then export PATH="$HOME/.chefdk/gem/ruby/2.1.0/bin:/opt/chefdk/bin:$HOME/.rbenv/bin:$PATH" + export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt eval "$(rbenv init -)" fi -- cgit v1.2.3