summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2020-03-13 21:22:30 -0400
committerAmin Bandali <mab@gnu.org>2020-03-13 21:22:30 -0400
commite72d011ddff3da64f76dc70789603a033efdf74c (patch)
tree08260c432be664cb5c5fecf749d0a5834cc9a7fe /.bashrc
parentd6c37a13aed6c5039e795f14081a6ff2f4cb1959 (diff)
downloadconfigs-e72d011ddff3da64f76dc70789603a033efdf74c.tar.gz
configs-e72d011ddff3da64f76dc70789603a033efdf74c.tar.xz
configs-e72d011ddff3da64f76dc70789603a033efdf74c.zip
guix: break down monolithic profile into multiple smaller profiles
super useful for decoupling larger packages like icecat, libreoffice, and texlive from the rest of mostly-smaller packages, so i could easily `guix pull' and update the smaller ones as frequently as i like
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 1 insertions, 2 deletions
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