Unix Shell
Variables
All active variables can be seen by running env
.
$HOME
- Expands to the path of my home folder.$PATH
- Special environment variable that contains the command path (list of system directories that the shell searches when trying to locate a command).
Zsh
My shell of choice with Oh My Zsh framework installed on top of it.
Also, I use power10k theme for it.
Plugins
- autoupdate-zsh-plugin
- Zsh completions - Additional completion definitions for Zsh
- Zsh autosuggestions - Fish-like autosuggestions for Zsh
- fig - Fig adds IDE-style autocomplete to your existing terminal. Move faster with Fig
- zsh-you-should-use - ZSH plugin that reminds you to use existing aliases for commands you just typed