Explorar el Código

fix cd

pull/1/head
10sr hace 11 años
padre
commit
438bb68289
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Ver fichero

@@ -238,7 +238,7 @@ pushd(){
test $l -eq 0 && continue
popd +$l -n
done
command pushd "$1" >/dev/null
command pushd "$@" >/dev/null
}

input(){


Cargando…
Cancelar
Guardar