Ver a proveniência

shrc: do not use chpwd

pull/1/head
10sr há 11 anos
ascendente
cometimento
294e5c0512
1 ficheiros alterados com 5 adições e 1 eliminações
  1. +5
    -1
      shrc

+ 5
- 1
shrc Ver ficheiro

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

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


Carregando…
Cancelar
Guardar