mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
6 lines
145 B
Bash
6 lines
145 B
Bash
# homebrew bash autocompletion
|
|
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
|
source `brew --prefix`/etc/bash_completion
|
|
fi
|
|
|
|
# vim: ft=sh
|