aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-02-25 09:26:59 -0300
committerEuAndreh <eu@euandre.org>2025-02-25 09:26:59 -0300
commit8ef2b09f3d445efc1d32e8e754e4069145623569 (patch)
treecaa60034af5d6f5d85f16fa3f2350909ec789797 /etc/sh
parentetc/sh/rc: Add (missing?) declaration of $HOME_ENVIRONMENT (diff)
downloaddotfiles-8ef2b09f3d445efc1d32e8e754e4069145623569.tar.gz
dotfiles-8ef2b09f3d445efc1d32e8e754e4069145623569.tar.xz
etc/sh/rc: Silence warning on of bad `img2sixel` completion file
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