@weird@sub.wetshaving.social to linuxmemes@lemmy.world • 5 days agoThat is the waysub.wetshaving.socialimagemessage-square137fedilinkarrow-up1908arrow-down10
arrow-up1908arrow-down1imageThat is the waysub.wetshaving.social@weird@sub.wetshaving.social to linuxmemes@lemmy.world • 5 days agomessage-square137fedilink
minus-squareoni ᓚᘏᗢlinkfedilink2•edit-24 days agoI was about to post something similar. With fish you can do your own functions, right? So, you can pass any dots as arguments to a function called cd, so, for every extra dot after .., you append a /.. at the end.
minus-squarezitrone 🍋linkfedilink1•edit-23 days agoyeah, but its less visual cd ..... is harder to understand than cd ../../../.. also the extension work with any commend, not just cd
I was about to post something similar. With fish you can do your own functions, right? So, you can pass any dots as arguments to a function called
cd
, so, for every extra dot after..
, you append a/..
at the end.yeah, but its less visual
cd .....
is harder to understand thancd ../../../..
also the extension work with any commend, not just
cd