Add Ruby Gems bin to PATH

This commit is contained in:
Anthony Rose 2021-11-10 16:33:19 +00:00
parent 8c7a88640c
commit bcfe71536e

View file

@ -31,6 +31,7 @@ _acp_add_path () {
for dir in "$HOME/bin" \
"$HOME/.cargo/bin" \
"$HOME/opt/centos-git-common" \
"${XDG_DATA_HOME:-$HOME/.local/share}/gem/ruby/bin" \
/usr/local/sbin \
/usr/local/bin
do