@weird@sub.wetshaving.social to linuxmemes@lemmy.world • 14 days agoThat is the waysub.wetshaving.socialimagemessage-square137fedilinkarrow-up1916arrow-down10
arrow-up1916arrow-down1imageThat is the waysub.wetshaving.social@weird@sub.wetshaving.social to linuxmemes@lemmy.world • 14 days agomessage-square137fedilink
minus-square@moopet@sh.itjust.workslinkfedilinkEnglish3•13 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 }