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
fix cd -
pull/1/head
10sr
12 years ago
parent
2cdcde52df
commit
a8bb9399dc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bashrc
+ 1
- 1
bashrc
View File
@@ -309,7 +309,7 @@ cd(){
elif test $1 = -
then
local pwd="$PWD"
command cd $OLDPWD
command cd
"
$OLDPWD
"
pushd -n "$pwd" >/dev/null # stack last dir
elif ! test -d "$1"
then
Write
Preview
Loading…
Cancel
Save