Kaynağa Gözat

shrc: do not use chpwd

pull/1/head
10sr 11 yıl önce
ebeveyn
işleme
294e5c0512
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      shrc

+ 5
- 1
shrc Dosyayı Görüntüle

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

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


Yükleniyor…
İptal
Kaydet