Compare commits

..

2 Commits

View File

@ -1,4 +1,7 @@
# PATH # PATH
PATH="$(find $HOME/.gem/ruby -maxdepth 2 -name bin -type d | sort -r | tr '\n' ':')$PATH"
for P in \ for P in \
"$HOME/bin" \ "$HOME/bin" \
"$HOME/.local/bin" "$HOME/.local/bin"