DEV Community

Discussion on: Creating a smart alternative to 'cd' command

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

Install z - it's awesome - github.com/rupa/z

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾

Did you mean the Z Shell ?. It actually is great but it's limited compared to features available in bash

Collapse
 
jonrandy profile image
Jon Randy 🎖️

Nope - check out the GitHub link

Collapse
 
vonheikemen profile image
Heiker

I want to hear about these bash features that zsh doesn't have.

Thread Thread
 
bhupesh profile image
Bhupesh Varshney 👾 • Edited

mapfile/readarray for example is a very handy thing in bash which is not in zsh
Another one which I like read -p "Enter Password" doesn't work in zsh