mirror of
https://github.com/akelge/zsh
synced 2025-07-03 13:09:07 +00:00
migration
This commit is contained in:
5
zsh.d/zshfunctions/cdb
Normal file
5
zsh.d/zshfunctions/cdb
Normal file
@ -0,0 +1,5 @@
|
||||
if [ -d $1 ]; then
|
||||
cd $1
|
||||
else
|
||||
cd `dirname $1`
|
||||
fi
|
Reference in New Issue
Block a user