@weird@sub.wetshaving.social to linuxmemes@lemmy.world • 24 days agoThat is the waysub.wetshaving.socialimagemessage-square145arrow-up1928
arrow-up1928imageThat is the waysub.wetshaving.social@weird@sub.wetshaving.social to linuxmemes@lemmy.world • 24 days agomessage-square145
minus-squareoni ᓚᘏᗢlinkfedilink2•edit-223 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-222 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