summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-10 13:31:18 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-10 13:31:18 -0700
commit024d1530b11c170afc713569b3583128e71f4475 (patch)
treef805cbe337abf802a9313aa7becbf234cebf50e1 /.config/shell/profile
parenta1237a13e5bc82317e48938a38be36361692d60e (diff)
Fix error on gem path
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 8f02300..346c8c0 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -23,7 +23,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
# Ruby/gem.
-export GEM_HOME="$XDG_CONFIG_HOME/gem"
+export GEM_HOME="$XDG_DATA_HOME/gem"
export GEM_SPEC_CACHE="$XDG_CACHE_HOME/gem"
export PATH="$PATH:$GEM_HOME/bin"
# Node.js.