# (C) 2010 magicant

# Completion script for the "popd" built-in command.

function completion/popd {
        command -f completion//reexecute cd
}


# vim: set ft=sh ts=8 sts=8 sw=8 et:
