From 4b3849eb18a95d93240258262350e8fcf1b63dd5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 24 Aug 2022 19:32:53 -0300 Subject: etc/sh/rc: Load autojump code --- etc/sh/rc | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3