aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-02-25 09:26:09 -0300
committerEuAndreh <eu@euandre.org>2025-02-25 09:26:09 -0300
commitc896953b03197d5cafac33b0261e64342cfdd208 (patch)
tree532cc19cd781402a3be3a3ca6ae86a6bd03ed4ae /etc/sh/rc
parentetc/sh/rc: Add documentation of sourcing xmodmap data (diff)
downloaddotfiles-c896953b03197d5cafac33b0261e64342cfdd208.tar.gz
dotfiles-c896953b03197d5cafac33b0261e64342cfdd208.tar.xz
etc/sh/rc: Add (missing?) declaration of $HOME_ENVIRONMENT
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'