mirror of
https://github.com/kdabir/has.git
synced 2024-11-11 14:40:48 +01:00
tiny: add R
This commit is contained in:
parent
0f23f2606d
commit
621616fe56
1 changed files with 2 additions and 1 deletions
3
has
3
has
|
@ -74,7 +74,8 @@ __detect(){
|
|||
vim|emacs|nano|subl) __dynamic_detect--version ${command} ;;
|
||||
bats|tree|ack|autojump) __dynamic_detect--version ${command} ;;
|
||||
jq|ag|brew) __dynamic_detect--version ${command} ;;
|
||||
|
||||
|
||||
R) __dynamic_detect--version ${command} ;;
|
||||
node|npm|yarn) __dynamic_detect--version ${command} ;;
|
||||
grunt|brunch) __dynamic_detect--version ${command} ;;
|
||||
ruby|gem|rake|bundle) __dynamic_detect--version ${command} ;;
|
||||
|
|
Loading…
Reference in a new issue