Explorar el Código

shrc: do not use chpwd

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

+ 5
- 1
shrc Ver fichero

@@ -355,7 +355,11 @@ then
# typeset -ga chpwd_functions
# chpwd_functions+=pwd

chpwd(){
# chpwd(){
# pwd
# }
cd(){
builtin cd "$@"
pwd
}
else


Cargando…
Cancelar
Guardar