aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index bb8a2d0..886604a 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -539,9 +539,11 @@ esac
HOME_ENVIRONMENT="$HOME"/.guix-home
# IIRC, the Guix profile should do this
+alias have='true'
for f in "$HOME_ENVIRONMENT"/profile/etc/bash_completion.d/*; do
. "$f"
done
+unalias have
# IIRC, the Guix package should do this
F="$HOME_ENVIRONMENT"/profile/share/autojump/autojump.bash