Added rbenv, fixed ssh-askpass

This commit is contained in:
Eric Renfro 2019-10-07 13:15:31 -04:00
parent 2496572d8a
commit 26a8cf5dfa
2 changed files with 4 additions and 1 deletions

View File

@ -2,4 +2,5 @@
export EDITOR=vim
export VISUAL=vim
export PAGER=less
export SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
#export SSH_ASKPASS=/usr/bin/ksshaskpass

View File

@ -0,0 +1,2 @@
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"