Procházet zdrojové kódy

Export $PATH on init

pull/360/head^2
Joshua Peek před 13 roky
rodič
revize
917b3687cb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Zobrazit soubor

@ -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

Načítá se…
Zrušit
Uložit