2
0
Fork 0
mirror of https://github.com/kdabir/has.git synced 2024-11-11 14:40:48 +01:00

add alias for brew

This commit is contained in:
Kunal Dabir 2017-10-14 12:39:14 +05:30
parent dc072fd7d6
commit 8f0ffe8698

1
has
View file

@ -56,6 +56,7 @@ __detect(){
nodejs) command="node" ;;
goreplay) command="gor";;
httpie) command="http";;
homebrew) command="brew";;
*) command=${name} ;;
esac