Compare commits

...

2 Commits

View File

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