Added rbenv, fixed ssh-askpass
This commit is contained in:
parent
2496572d8a
commit
26a8cf5dfa
2 changed files with 4 additions and 1 deletions
|
@ -2,4 +2,5 @@
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
|
export SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
|
||||||
|
#export SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||||
|
|
2
.local/dotfiles/environment/rbenv.zsh
Normal file
2
.local/dotfiles/environment/rbenv.zsh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
export PATH="$HOME/.rbenv/bin:$PATH"
|
||||||
|
eval "$(rbenv init -)"
|
Loading…
Reference in a new issue