summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-10-30 17:21:23 +0100
committerMarc Vertes <mvertes@free.fr>2024-10-30 17:21:23 +0100
commit21cd2e0f8e8f880847b9dbbcf2198407234c2a29 (patch)
tree09e2deae59d34013ac5241c23aa75cd5dc94492d
parent5e3b62288690c896c38068175f21771c3a989b02 (diff)
update for brew completion
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
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