@[email protected] to [email protected] • 1 month agoThat is the waysub.wetshaving.socialimagemessage-square145fedilinkarrow-up1927
arrow-up1927imageThat is the waysub.wetshaving.social@[email protected] to [email protected] • 1 month agomessage-square145fedilink
minus-squareoni ᓚᘏᗢlinkfedilink1•edit-230 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-229 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