mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
removed the space in the rvm "info" completion
This commit is contained in:
parent
762b55bb2b
commit
2ad511b8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ case $state in
|
||||||
"implode:(seppuku) removes the rvm installation completely. This means everything in $rvm_path (~/.rvm)."
|
"implode:(seppuku) removes the rvm installation completely. This means everything in $rvm_path (~/.rvm)."
|
||||||
"update:upgrades rvm to the latest version."
|
"update:upgrades rvm to the latest version."
|
||||||
"reset:remove current and stored default & system settings."
|
"reset:remove current and stored default & system settings."
|
||||||
"info :show the *current* environment information for current ruby"
|
"info:show the *current* environment information for current ruby"
|
||||||
"current:print the *current* ruby version and the name of any gemset being used."
|
"current:print the *current* ruby version and the name of any gemset being used."
|
||||||
"debug:show info plus additional information for common issues"
|
"debug:show info plus additional information for common issues"
|
||||||
"install:install one or many ruby versions"
|
"install:install one or many ruby versions"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue