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:
parent
dc072fd7d6
commit
8f0ffe8698
1 changed files with 1 additions and 0 deletions
1
has
1
has
|
@ -56,6 +56,7 @@ __detect(){
|
|||
nodejs) command="node" ;;
|
||||
goreplay) command="gor";;
|
||||
httpie) command="http";;
|
||||
homebrew) command="brew";;
|
||||
*) command=${name} ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue