Sfoglia il codice sorgente

shrc: do not use chpwd

pull/1/head
10sr 11 anni fa
parent
commit
294e5c0512
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      shrc

+ 5
- 1
shrc Vedi File

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

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


Caricamento…
Annulla
Salva