weird@sub.wetshaving.social to linuxmemes@lemmy.world · 3か月前That is the wayimagemessage-square145linkfedilinkarrow-up1937arrow-down116
arrow-up1921arrow-down1imageThat is the wayweird@sub.wetshaving.social to linuxmemes@lemmy.world · 3か月前message-square145linkfedilink
minus-squareMatriks404@lemmy.worldlinkfedilinkarrow-up29·edit-23か月前alias cd..='cd ..' alias cd...='cd ../..' alias cd....='cd ../../.. alias cd.....='cd ../../../..'
minus-squareNostraDavid@programming.devlinkfedilinkarrow-up2·3か月前No need for ~ - just cd works as well.
Then forget all that and just use
cd ~
orcd /
No need for
~
- justcd
works as well.