From 8ef2b09f3d445efc1d32e8e754e4069145623569 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 25 Feb 2025 09:26:59 -0300 Subject: etc/sh/rc: Silence warning on of bad `img2sixel` completion file --- etc/sh/rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3