home/.zprofile
2024-04-09 23:36:16 +02:00

2 lines
72 B
Bash

export GEM_HOME="$HOME/.local/share/gems"
export PATH="$PATH:$GEM_HOME"