mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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
|
*.swp
|
||||||
!custom/example.zshcache
|
!custom/example.zshcache
|
||||||
cache/
|
cache/
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ _1st_arguments=(
|
||||||
'uninstall:uninstall a candidate version'
|
'uninstall:uninstall a candidate version'
|
||||||
'list:list available candidate versions'
|
'list:list available candidate versions'
|
||||||
'use:use a candidate version in current shell'
|
'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'
|
'version:display the current version of gvm'
|
||||||
'default:set the default candidate version for every shell'
|
'default:set the default candidate version for every shell'
|
||||||
'selfupdate:update the gvm'
|
'selfupdate:update the gvm'
|
||||||
|
|
@ -23,7 +23,7 @@ _2nd_arguments=(
|
||||||
'grails:full-stack web framework'
|
'grails:full-stack web framework'
|
||||||
'griffon:framework for building desktop application'
|
'griffon:framework for building desktop application'
|
||||||
'gradle:build tool using groovy dsl'
|
'gradle:build tool using groovy dsl'
|
||||||
'vert.x:event driven application framework'
|
'vertx:event driven application framework'
|
||||||
)
|
)
|
||||||
|
|
||||||
local expl
|
local expl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue