Z shell
Link
Excerpt
Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added.
Resources
- Replacing the File Manager in Zsh
- Oh My Zsh
Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout…
“Oh My ZSH!”
- ZSH Tips by ZZapper
- Wikipedia
- Minimal .zshrc
- A Beautifully Productive Terminal Experience
How getting familiar with the command line can drastically improve your workflow.
- Options documentation
- sorin-ionescu/prezto - a configuration framework for Zsh
Shortcuts
Shortcut | Function |
---|---|
Ctrl +R | Search through the history |
Ctrl +C | Stop running command |