X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/760875d065a8409ef4ae30e1a68b57321bc1c764..655d9048326e1279f753b087cda9ce5b616056b7:/.bashrc?ds=sidebyside diff --git a/.bashrc b/.bashrc index a48c605..7e81de3 100644 --- a/.bashrc +++ b/.bashrc @@ -108,8 +108,7 @@ if ! shopt -oq posix; then fi # source Guix shell config dirs, for vte.sh and bash completions -GUIX_PROFILES=("${HOME}/.desktop-profile" - "${HOME}/.guix-profile" +GUIX_PROFILES=("${HOME}/.guix-profile" "${HOME}/.config/guix/current") for profile in "${GUIX_PROFILES[@]}"; do for dir in "${profile}/etc/bash_completion.d" "${profile}/etc/profile.d"; do