Fix for Linux and make consistent

This commit is contained in:
Loic Nageleisen 2021-03-02 12:41:07 +01:00
parent e317caaa8f
commit 9ca56d83c7
42 changed files with 106 additions and 52 deletions

View file

@ -1,6 +1,3 @@
# vim: ft=sh
# shellcheck shell=bash
_gem_home() {
GEM_HOME="${HOME}/.gem/ruby/system"
export GEM_HOME
@ -25,3 +22,5 @@ _auto-rubygems_gemdeps() {
done
unset RUBYGEMS_GEMDEPS
}
# vim: ft=bash