ZSH adds shortcut commands to the terminal.
ZSH Cheat Sheet
ls -(then tab = shows abbreviations for ls options. Hit tab again to traverse list.)
source ~/.zshrc = finalize install for zsh theme (in hidden .zshrc file inside of home folder).
*No need to type cd when traversing files in zsh.
To open in brackets: brackets filename.ext = or just = brackets filename
take = creates directory and moves you inside it at the same time.
Getting to themes folder location:
open ~/.oh-my-zsh/
Typing a dash (-) will take you to previous directory.
ctrl R = do word search through recent commands.