1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Fix gem config.

This commit is contained in:
Bert Peters
2017-01-31 11:36:47 +01:00
parent a6585a4021
commit 5934224b1b

View File

@@ -62,7 +62,6 @@ if hash gem &> /dev/null; then
#TODO: move this to XDG_DATA_HOME
export GEM_HOME=$(ruby -e 'puts Gem.user_dir' 2>/dev/null)
export GEM_PATH=$GEM_HOME
path+="$GEM_HOME/bin"
fi