• @moopet@sh.itjust.works
    link
    fedilink
    English
    313 days ago

    git () { if [ "$1" = "cd" ] then shift cd "./$(command git rev-parse --show-cdup)$*" else command git "$@" fi }