• moopet@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    18 days ago

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