diff options
author | Camil Staps | 2019-05-26 21:21:18 +0200 |
---|---|---|
committer | Camil Staps | 2019-05-26 21:21:18 +0200 |
commit | b446b1e9df1749d0fd77ae0c9ac856fb24581f61 (patch) | |
tree | f2989d5645a9966d4de5e87e749051e298c28b41 /system/.bashrc | |
parent | Clean installer: don't install sapl; add bytecode prelinker (diff) |
Add environment settings for ruby, go, cargo, arcanist (to build SpiderMonkey/V8)
Diffstat (limited to 'system/.bashrc')
-rw-r--r-- | system/.bashrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/.bashrc b/system/.bashrc index b1c936f..ae3454d 100644 --- a/system/.bashrc +++ b/system/.bashrc @@ -131,5 +131,4 @@ PERL_MM_OPT="INSTALL_BASE=/home/camil/perl5"; export PERL_MM_OPT; source ~/.profile -verse 2>/dev/null && echo - +eval "$(rbenv init -)" |