diff options
Diffstat (limited to 'etc/sh')
-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 |