Browse Source

shrc: do not use chpwd

pull/1/head
10sr 11 years ago
parent
commit
294e5c0512
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      shrc

+ 5
- 1
shrc View File

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


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


Loading…
Cancel
Save