1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-21 23:16:06 +02:00

added gem config for jekyll

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

View File

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