Skip to main content

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