update dotfiles

This commit is contained in:
Simonas Narbutas
2019-04-04 12:58:21 +02:00
parent 9ed2094406
commit 84c6f841ce
8 changed files with 27 additions and 24 deletions

View File

@@ -1,5 +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
#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 -)"