Explorar el Código

fix function cd

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

+ 1
- 2
shrc Ver fichero

@@ -375,8 +375,7 @@ fi
# pwd
# }
cd(){
builtin cd "$@"
pwd
builtin cd "$@" && pwd
}

# pad


Cargando…
Cancelar
Guardar