mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 14:19:55 -06:00
check to see if brew exists for linux machines
This commit is contained in:
@@ -8,7 +8,7 @@ set -o vi
|
|||||||
|
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
|
|
||||||
if [ -f $(brew --prefix)/etc/bash_completion ]; then
|
if [[ -f brew && -f $(brew --prefix)/etc/bash_completion ]]; then
|
||||||
. $(brew --prefix)/etc/bash_completion
|
. $(brew --prefix)/etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user