weird@sub.wetshaving.social to linuxmemes@lemmy.world · 18 days agoThat is the waysub.wetshaving.socialimagemessage-square146linkfedilinkarrow-up1926arrow-down120
arrow-up1906arrow-down1imageThat is the waysub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 18 days agomessage-square146linkfedilink
minus-squaremoopet@sh.itjust.workslinkfedilinkEnglisharrow-up3·18 days 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 }