home: bash: Update for guile 3.0.

Julien LepillerSat Feb 01 21:57:55+0100 2020

47de223

home: bash: Update for guile 3.0. * home/bash.scm (default-bash-profile): Use guile 3.0 directories.

home/bash.scm

5757
(define default-bash-profile
5858
  `("if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
5959
# Workaround guix bug (not adding load path before processing the command name)
60-
export GUILE_LOAD_PATH=~/.config/guix/current/share/guile/site/2.2:$GUILE_LOAD_PATH
61-
export GUILE_LOAD_COMPILED_PATH=~/.config/guix/current/lib/guile/2.2/site-ccache:\
60+
export GUILE_LOAD_PATH=~/.config/guix/current/share/guile/site/3.0:$GUILE_LOAD_PATH
61+
export GUILE_LOAD_COMPILED_PATH=~/.config/guix/current/lib/guile/3.0/site-ccache:\
6262
$GUILE_LOAD_COMPILED_PATH
6363
"))
6464