Skip to content

Commit 504392e

Browse files
list supported shells in readme
1 parent 8cf0b8c commit 504392e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Make echo colorful with easier method. In [bash](https://www.gnu.org/software/ba
2020
* echo.BoldCyan
2121
* echo.BoldULCyan
2222

23+
## Supported shells
24+
25+
* [Bourne shell (sh)](https://en.wikipedia.org/wiki/Bourne_shell)
26+
* [Bourne-Again shell (bash)](https://www.gnu.org/software/bash/)
27+
* [Z shell (Zsh)](http://zsh.sourceforge.net/)
28+
* [Korn shell (ksh)](http://www.kornshell.org/)
29+
* [Friendly interactive shell (fish)](http://fishshell.com/)
30+
2331
## Supported styles
2432

2533
* Bold as `Bold`

0 commit comments

Comments
 (0)