weird@sub.wetshaving.social to linuxmemes@lemmy.world · 4 days agoThat is the waysub.wetshaving.socialexternal-linkmessage-square146fedilinkarrow-up1918arrow-down116
arrow-up1902arrow-down1external-linkThat is the waysub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 4 days agomessage-square146fedilink
minus-squareoni ᓚᘏᗢ@lemmy.worldlinkfedilinkarrow-up2·edit-23 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 🍋@lemmings.worldlinkfedilinkarrow-up1·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