weird@sub.wetshaving.social to linuxmemes@lemmy.world · 4 months agoThat is the waysub.wetshaving.socialimagemessage-square146linkfedilinkarrow-up1937
arrow-up1937imageThat is the waysub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 4 months agomessage-square146linkfedilink
minus-squaremoopet@sh.itjust.workslinkfedilinkEnglisharrow-up3·4 months agogit () { if [ "$1" = "cd" ] then shift cd "./$(command git rev-parse --show-cdup)$*" else command git "$@" fi }
git () { if [ "$1" = "cd" ] then shift cd "./$(command git rev-parse --show-cdup)$*" else command git "$@" fi }