Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
chriserin
on April 22, 2021
|
parent
|
context
|
favorite
| on:
How to navigate directories faster with Bash (2015...
This is accomplished with the zsh hash table I believe. `hash -d myproject=~/projects/myproject` will set up the same thing for ~/projects/myproject
$ cd ~myproject
$ pwd
~/projects/myproject
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$ cd ~myproject
$ pwd
~/projects/myproject