Add Mastering ZSH tutorial

This commit is contained in:
Joe Block 2021-09-15 08:38:21 -06:00
parent f1d8348410
commit eeef31101b

View file

@ -2026,4 +2026,6 @@ Find other useful awesome-* lists at the [awesome collection](https://github.com
### Other References
The [ZSH Reference Card](http://www.bash2zsh.com/zsh_refcard/refcard.pdf) and [zsh-lovers site](https://grml.org/zsh/zsh-lovers.html) are indispensable.
- The [ZSH Reference Card](http://www.bash2zsh.com/zsh_refcard/refcard.pdf) and [zsh-lovers site](https://grml.org/zsh/zsh-lovers.html) are indispensable.
- [Mastering ZSH](https://github.com/rothgar/mastering-zsh) is a great tutorial that builds on the basics to show you advanced ZSH usage, customizations, and practical examples.