This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
shrc: do not use chpwd
pull/1/head
10sr
11 years ago
parent
e86cdf9030
commit
294e5c0512
1 changed files
with
5 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save