2
1
mirror of https://github.com/kdabir/has.git synced 2024-11-10 21:26:50 +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