1
0
mirror of https://github.com/akelge/vim synced 2025-08-15 15:38:34 +00:00
Files
vim/zsh/zsh.d/zshfunctions/cdb

6 lines
57 B
Plaintext

if [ -d $1 ]; then
cd $1
else
cd `dirname $1`
fi