1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

added gem config for jekyll

This commit is contained in:
eoli3n 2022-10-15 23:55:24 +02:00
parent 9fb6f0432c
commit ce5e3b2e7b

@ -0,0 +1,2 @@
set -x GEM_HOME "$HOME/.gems"
set -x PATH "$HOME/.gems/bin:$PATH"