Files
dotfiles/zsh/dot-profile

5 lines
185 B
Plaintext

# Install packages locally to prevent interference with packages installed with pacman
PATH=$PATH:~/.npm-global/bin
export GEM_HOME="$(gem env user_gemhome)"
PATH="$PATH:$GEM_HOME/bin"