Shells
- Bourne Again Shell (Bash)
- Fish
- Oh My Zsh - uses .zsh as the file extension when running scripts
- Powershell
- Korn
How to detect your current shell...
ps -p $$
Zsh
"Zsh is a shell designed for interactive use, although it is also a powerful scripting language."
Plugins
Guide for installing plugins. Resolution to possible issue when running an extension for the first time (macbook: "yarn-autocompletions" cannot be opened because the developer cannot be verified)
For reference, the install directory (including plugins, etc) can be found via cd $ZSH_CUSTOM
or cd $ZSH_CUSTOM/plugins
.