From 21cd2e0f8e8f880847b9dbbcf2198407234c2a29 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 30 Oct 2024 17:21:23 +0100 Subject: update for brew completion --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 74846a9..7a82e55 100644 --- a/.bashrc +++ b/.bashrc @@ -171,6 +171,10 @@ export RIPGREP_CONFIG_PATH=~/.ripgreprc eval "$(zoxide init bash)" +# Command completion +export HOMEBREW_REPOSITORY=/opt/homebrew +. /opt/homebrew/etc/profile.d/bash_completion.sh + # Arch: display package to install for missing commands #[ -f '/usr/share/doc/pkgfile/command-not-found.bash' ] && . /usr/share/doc/pkgfile/command-not-found.bash -- cgit v1.2.3