Y
Hacker News
new
|
ask
|
show
|
jobs
by
binofbread
4685 days ago
I believe this is set by default in oh-my-zsh as well.
1 comments
cgore
4685 days ago
In Zsh, you can set it so that specifying a bare directory goes to the directory as well, for any directory. Just do
setopt autocd
link