diff options
author | EuAndreh <eu@euandre.org> | 2025-02-25 09:26:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-25 09:26:09 -0300 |
commit | c896953b03197d5cafac33b0261e64342cfdd208 (patch) | |
tree | 532cc19cd781402a3be3a3ca6ae86a6bd03ed4ae /etc/sh/rc | |
parent | etc/sh/rc: Add documentation of sourcing xmodmap data (diff) | |
download | dotfiles-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/rc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |