Sorin Ionescu
|
63b666ba86
|
Merged the bundler plugin into the ruby plugin.
Gem management without bundler is a pain.
Ruby and bundler are inseparable.
|
13 years ago |
Sorin Ionescu
|
de61ae0663
|
Do not export GEM_HOME in launchd.
Exporting GEM_HOME in launchd conflicts with RVM and rbenv.
There are currently no known GUI programs that need it.
|
13 years ago |
Sorin Ionescu
|
06b989ebbb
|
Simplified rvm, rbenv, and Mac OS X Ruby settings.
|
13 years ago |
Sorin Ionescu
|
42fc29e6a8
|
Unset GEM_HOME if RVM or rbenv are installed.
|
13 years ago |
Sorin Ionescu
|
33ee2a0bd4
|
Revert "Do not assume a specific Ruby version."
This reverts commit b0d47546fe .
It is not feasible to use multiple Ruby versions without RVM.
|
13 years ago |
Sorin Ionescu
|
33d0ecb9be
|
Initialize rbenv for Zsh.
|
13 years ago |
Sorin Ionescu
|
b96bbca51c
|
Added or edited file headers.
|
13 years ago |
Sorin Ionescu
|
b0d47546fe
|
Do not assume a specific Ruby version.
|
13 years ago |
Sorin Ionescu
|
fadea4fe43
|
RubyGems GEM_PATH is not necessary to export.
|
13 years ago |
Sorin Ionescu
|
7849948ead
|
Cleaned up minor cruft in the Ruby plugin.
Use path helpers where appropriate.
Removed an unnecessary if statement.
|
13 years ago |
Sorin Ionescu
|
60f39d8d91
|
Moved hub into the git plugin.
|
13 years ago |
Sorin Ionescu
|
9d27df2050
|
Tradition dictates that options are uppercase.
|
13 years ago |
Sorin Ionescu
|
3dbc808b96
|
Removed completions managed by zsh-completions.
|
13 years ago |
Sorin Ionescu
|
b65195156d
|
Added missing FX and named colors to spectrum.
|
13 years ago |
Sorin Ionescu
|
90e7debc30
|
Cleaned up the plugins.
|
13 years ago |
Sorin Ionescu
|
d60b9bd17b
|
Abide by Mac conventions when installing gems.
|
13 years ago |
Andrew Hodges
|
7b8290a4e1
|
Gem List Helper
Add helper function to list gems in a pretty way (only with rvm, for now). Add
missng EOF newline and a todo to the ruby plugin.
|
14 years ago |
Robby Russell
|
be63480e22
|
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
|
14 years ago |
Robby Russell
|
210a72b441
|
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
|
15 years ago |