mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
modified ruby/bundler support
This commit is contained in:
parent
7c2d5b15e5
commit
d4e7c6742b
2 changed files with 42 additions and 4 deletions
3
shell/ruby
Executable file
3
shell/ruby
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
GEM_HOME="$HOME/.gems"
|
||||
export GEM_HOME
|
||||
PATH=$PATH:"$GEM_HOME/bin"
|
||||
Loading…
Add table
Add a link
Reference in a new issue