From 1363d9af51ee06f9efda62522d57bbba8447abf8 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Wed, 19 Jun 2019 05:24:58 +0200 Subject: [PATCH] Unset GEM_HOME (conflicts with default locations) --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 7444f7c..bab6c45 100644 --- a/.bashrc +++ b/.bashrc @@ -72,7 +72,6 @@ export PAGER='less -R -F -X -S -n -i -m' export GOPATH="$HOME/src/go" export GOROOT="$HOME/pkg/go" -export GEM_HOME="$HOME/.gem" export PATH="$HOME/bin:$PATH" if [ -d "$HOME/.gem/ruby" ]; then