You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using [Antibody](https://github.com/getantibody/antibody), install this plugin by doing the following:
65
79
66
-
1.Add :
80
+
1. Add :
67
81
68
82
```{.sourceCode .bash}
69
-
antibody bundle hadenlabs/zsh-rvm
83
+
antibody bundle hadenlabs/zsh-rvm
70
84
```
71
85
72
86
to your `.zshrc` where you're adding your other plugins.
73
87
74
88
2. Either open a new terminal to force zsh to load the new plugin, or run `antibody bundle hadenlabs/zsh-rvm` in a running zsh session.
75
89
3. Enjoy!
76
90
77
-
78
-
79
-
80
91
## Usage
81
92
93
+
# How to use this project
82
94
95
+
```bash
96
+
task setup
97
+
```
83
98
99
+
## Examples
84
100
101
+
<!-- Space: Projects -->
102
+
<!-- Parent: ZshRvm -->
103
+
<!-- Title: Examples ZshRvm -->
104
+
<!-- Label: Examples -->
105
+
<!-- Include: ./../disclaimer.md -->
106
+
<!-- Include: ac:toc -->
85
107
108
+
### Common
86
109
87
-
88
-
89
-
## Functions
110
+
## Functions
90
111
91
112
zsh rvm includes a small utility `rvm` to fetch and install new packages.
92
113
@@ -114,11 +135,6 @@ Install versions of config for rvm.
114
135
115
136
Install a version global of rvm.
116
137
117
-
118
-
119
-
120
-
121
-
122
138
## Help
123
139
124
140
**Got a question?**
@@ -127,21 +143,7 @@ File a GitHub [issue](https://github.com/hadenlabs/zsh-rvm/issues).
127
143
128
144
## Contributing
129
145
130
-
### Bug Reports & Feature Requests
131
-
132
-
Please use the [issue tracker](https://github.com/hadenlabs/zsh-rvm/issues) to report any bugs or file feature requests.
133
-
134
-
### Development
135
-
136
-
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
137
-
138
-
1.**Fork** the repo on GitHub
139
-
2.**Clone** the project to your own machine
140
-
3.**Commit** changes to your own branch
141
-
4.**Push** your work back up to your fork
142
-
5. Submit a **Pull Request** so that we can review your changes
143
-
144
-
**NOTE:** Be sure to rebase the latest changes from "upstream" before making a pull request!
146
+
See [Contributing](./docs/contributing.md).
145
147
146
148
## Module Versioning
147
149
@@ -155,35 +157,21 @@ Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following co
155
157
156
158
### Backwards compatibility in `0.0.z` and `0.y.z` version
157
159
158
-
- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is
159
-
increased. (Initial development)
160
-
- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is
161
-
increased. (Pre-release)
162
-
163
-
164
-
160
+
- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased. (Initial development)
161
+
- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased. (Pre-release)
0 commit comments