weird@sub.wetshaving.social to linuxmemes@lemmy.world · 1 month agoThat is the waysub.wetshaving.socialimagemessage-square145fedilinkarrow-up1932arrow-down117
arrow-up1915arrow-down1imageThat is the waysub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 1 month agomessage-square145fedilink
minus-squaremoopet@sh.itjust.workslinkfedilinkEnglisharrow-up3·1 month 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 }