Fix and improve dotfiles

This commit is contained in:
2019-01-15 11:34:48 +04:00
parent 64a675368c
commit 5b2844a2f0
10 changed files with 69 additions and 50 deletions

View File

@@ -1,7 +1,6 @@
# rbenv stuff
unset RUBYOPT
PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
source $HOME/.rbenv/completions/rbenv.zsh
if [ -d $HOME/.rbenv/bin ] ; then
unset RUBYOPT
PATH=$HOME/.rbenv/bin:$PATH
eval "$(rbenv init -)"
source $HOME/.rbenv/completions/rbenv.zsh
fi