aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 6a4ee13..bb8a2d0 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -536,6 +536,8 @@ case $- in
;;
esac
+HOME_ENVIRONMENT="$HOME"/.guix-home
+
# IIRC, the Guix profile should do this
for f in "$HOME_ENVIRONMENT"/profile/etc/bash_completion.d/*; do
. "$f"
@@ -546,4 +548,6 @@ F="$HOME_ENVIRONMENT"/profile/share/autojump/autojump.bash
if [ -r "$F" ]; then
. "$F"
fi
+
+unset HOME_ENVIRONMENT
export TD_USE_BUILTIN_HOOKS='git'