shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

Can I replace bash prompt with shx ? If so, how ? #171

Closed meepeek closed 4 years ago

nfischer commented 4 years ago

shx isn't a complete shell replacement, it's just a cross-platform reimplementation of standard unix commands.

If you're interested in a replacement shell, you could look at cash (a POSIX-like shell implemented in JavaScript), zsh (a popular bash alternative), or fish (a non-POSIX-compliant shell).