home: bash: Update for guile 3.0. * home/bash.scm (default-bash-profile): Use guile 3.0 directories.
home/bash.scm
57 | 57 | (define default-bash-profile | |
58 | 58 | `("if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | |
59 | 59 | # 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:\ | |
62 | 62 | $GUILE_LOAD_COMPILED_PATH | |
63 | 63 | ")) | |
64 | 64 |