incr commit

This commit is contained in:
Simonas Narbutas
2020-02-27 14:47:35 +01:00
parent ad7f785f3b
commit aef1955aba
5 changed files with 13 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#for dir in ~/.rbenv/bin ~/.rbenv/shims ~/.gem/ruby/*/bin(ocN); do
# if test -d "$dir"; then
# export PATH="${PATH}:${dir}"
# fi
#done
#eval "$(rbenv init -)"
for dir in ~/.rbenv/bin ~/.rbenv/shims; do
if test -d "$dir"; then
export PATH="${PATH}:${dir}"
fi
done
eval "$(rbenv init -)"