weird@sub.wetshaving.social to linuxmemes@lemmy.world · 9 days agoThat is the waysub.wetshaving.socialimagemessage-square126linkfedilinkarrow-up1867arrow-down114
arrow-up1853arrow-down1imageThat is the waysub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 9 days agomessage-square126linkfedilink
minus-squaremoopet@sh.itjust.workslinkfedilinkEnglisharrow-up3·9 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 }