aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 9664940..ad3115b 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -297,6 +297,13 @@ case $- in
;;
esac
+# IIRC, the Guix profile should do this
for f in "$HOME_ENVIRONMENT"/profile/etc/bash_completion.d/*; do
. "$f"
done
+
+# IIRC, the Guix package should do this
+F="$HOME_ENVIRONMENT"/profile/share/autojump/autojump.bash
+if [ -r "$F" ]; then
+ . "$F"
+fi