diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
