mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
load rubygems module correct
This commit is contained in:
parent
138ec1003d
commit
4c382f25e8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ set_path ~/.local/bin/
|
|||
set_path ~/.bin
|
||||
|
||||
if which ruby >/dev/null 2>&1 && which gem >/dev/null 2>&1; then
|
||||
set_path $(ruby -rubygems -e 'puts Gem.user_dir')/bin
|
||||
set_path $(ruby -r rubygems -e 'puts Gem.user_dir')/bin
|
||||
fi
|
||||
|
||||
# PERL cpan modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue