Add Crystal auto-completion on Mac
parent
d275ab9270
commit
76de592caf
|
|
@ -0,0 +1,8 @@
|
|||
if which crystal >/dev/null 2>&1; then
|
||||
BREW_PREFIX=$(brew --prefix)
|
||||
|
||||
if [ -f "$BREW_PREFIX"/etc/bash_completion.d/crystal ]; then
|
||||
. "$BREW_PREFIX"/etc/bash_completion.d/crystal
|
||||
fi
|
||||
|
||||
fi
|
||||
Loading…
Reference in New Issue