This website requires JavaScript.
Explore
Help
Sign In
andre
/
zsh
mirror of
https://github.com/akelge/zsh
Watch
1
Star
0
Fork
You've already forked zsh
0
Code
Issues
Releases
Wiki
Activity
d0fd86d74a
zsh
/
zsh.d
/
zshfunctions
/
cdb
6 lines
57 B
Plaintext
Raw
Blame
History
if [ -d $1 ]; then
cd $1
else
cd `dirname $1`
fi
Reference in New Issue
View Git Blame
Copy Permalink