diff options
author | EuAndreh <eu@euandre.org> | 2025-02-25 09:26:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-25 09:26:59 -0300 |
commit | 8ef2b09f3d445efc1d32e8e754e4069145623569 (patch) | |
tree | caa60034af5d6f5d85f16fa3f2350909ec789797 /etc/sh/rc | |
parent | etc/sh/rc: Add (missing?) declaration of $HOME_ENVIRONMENT (diff) | |
download | dotfiles-8ef2b09f3d445efc1d32e8e754e4069145623569.tar.gz dotfiles-8ef2b09f3d445efc1d32e8e754e4069145623569.tar.xz |
etc/sh/rc: Silence warning on of bad `img2sixel` completion file
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |