Y
Hacker News
new
|
ask
|
show
|
jobs
Brace Expansion by Example: mkdir
(
blog.hauck.io
)
5 points
by
hauck-d
3994 days ago
1 comments
bemmu
3994 days ago
Another tidbit: you can do cd - to go back to your previous directory. Somehow I managed to use a shell for years before reading about this.
link
hauck-d
3994 days ago
Thanks for that. I also extend the cdpath to ~/workspace folder to cd quick into any project:
export CDPATH=.:~/workspace
link