mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
export PATH="$HOME/gems/bin:$PATH"
|
|
export GEM_HOME="$HOME/gems"
|
|
export JEKYLL_ENV=production
|