1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 05:05:28 +00:00
Files
zsh/zsh.d/zshfunctions/cdb
Andrea Mistrali 0d61c334d7 migration
2015-03-13 16:03:57 +01:00

6 lines
57 B
Plaintext

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