summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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