Explorar el Código

Autocreate ~/.rbenv skeleton in rbenv-init

pull/360/head^2
Sam Stephenson hace 15 años
padre
commit
f84dc27c58
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      libexec/rbenv-init

+ 3
- 0
libexec/rbenv-init Ver fichero

@ -50,6 +50,9 @@ if [ -z "$print" ]; then
exit 1
fi
mkdir -p "${HOME}/.rbenv/{shims,versions}"
[ -e "${HOME}/.rbenv/default" ] || echo system > "${HOME}/.rbenv/default"
echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'
if [ "$shell" = "bash" ]; then

Cargando…
Cancelar
Guardar