mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
correcting typo, renaming vert.x to vertx (gvm change)
This commit is contained in:
parent
74526e64dc
commit
e43345e76a
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ custom/*
|
|||
*.swp
|
||||
!custom/example.zshcache
|
||||
cache/
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ _1st_arguments=(
|
|||
'uninstall:uninstall a candidate version'
|
||||
'list:list available candidate versions'
|
||||
'use:use a candidate version in current shell'
|
||||
'current:dispaly current candidate version'
|
||||
'current:display current candidate version'
|
||||
'version:display the current version of gvm'
|
||||
'default:set the default candidate version for every shell'
|
||||
'selfupdate:update the gvm'
|
||||
|
|
@ -23,7 +23,7 @@ _2nd_arguments=(
|
|||
'grails:full-stack web framework'
|
||||
'griffon:framework for building desktop application'
|
||||
'gradle:build tool using groovy dsl'
|
||||
'vert.x:event driven application framework'
|
||||
'vertx:event driven application framework'
|
||||
)
|
||||
|
||||
local expl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue