Explorar el Código

Export $PATH on init

pull/360/head^2
Joshua Peek hace 13 años
padre
commit
917b3687cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Ver fichero

@ -22,7 +22,7 @@ abs_dirname() {
root="$(abs_dirname "$0")/.."
if [ -d "$HOME/.rbenv/shims" ]; then
echo 'PATH="$HOME/.rbenv/shims:$PATH"'
echo 'export PATH="$HOME/.rbenv/shims:$PATH"'
fi
if [ "$shell" = "bash" ]; then

Cargando…
Cancelar
Guardar