mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] add the new Rubygems location to PATH
This commit is contained in:
parent
173bf5851e
commit
a848343e94
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ fi
|
|||
|
||||
# Ruby gems
|
||||
path_prepend path ~/.gem/ruby/*/bin(N/)
|
||||
path_prepend path ~/.local/share/gem/ruby/*/bin(N/)
|
||||
|
||||
# Yarn global packages
|
||||
path_prepend path ~/.yarn/bin
|
||||
|
|
Loading…
Reference in a new issue