Y
Hacker News
new
|
ask
|
show
|
jobs
by
munificent
5429 days ago
Examples include cd, calling it with no arguments returns you to the home directory.
How did I never know that before?
1 comments
a3_nm
5429 days ago
Make sure you also know about cd - (go to previous directory) and cd foo bar in zsh (go to ${PWD/foo/bar}).
link