alias cdr='cd /'
Heh
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
alias cdr='cd /'
Heh
cd..
https://www.gnu.org/software/bash/manual/html_node/Bourne-Shell-Builtins.html#index-cd
TIL about $CDPATH may have to populate that!
The good thing about Dolphin is you can have the real tree following your navigation. Want to go up a few levels, just click once, directly where you want to go next. None of this up, up, up nonsense. Great for snooping in many different folders in quick succession.
bind '"^H":"cd ..^M"'
Syntax get's twisted here. Second ^ is inserted automatically. As well as the One after the actual bash line.
What it does: Bind Ctrl+Backspace to cd ..
.
cd '/dev/sda1'
or
cd "C:/"
cd ./..
cd ../._
Sometimes I have to swap between two routed for several things, so I create a quick in-memory alias like aa=$(pwd)
Then I can cd $aa
More like cdβ¦ dir cdβ¦ dir cdβ¦