Ver código fonte

shrc: do not use chpwd

pull/1/head
10sr 11 anos atrás
pai
commit
294e5c0512
1 arquivos alterados com 5 adições e 1 exclusões
  1. +5
    -1
      shrc

+ 5
- 1
shrc Ver arquivo

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

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


Carregando…
Cancelar
Salvar