5 lines
124 B
Bash
5 lines
124 B
Bash
eval $(guix shell --search-paths)
|
|
export GEM_HOME=$PWD/.gems
|
|
export GEM_PATH=$GEM_HOME/gems
|
|
export PATH=$GEM_HOME/bin:$PATH
|