4 lines
104 B
Bash
4 lines
104 B
Bash
if [ -f $(brew --prefix)/etc/bash_completion ]; then
|
|
source $(brew --prefix)/etc/bash_completion
|
|
fi
|