ben-g
1/25/2018 - 6:19 PM

ZSH Cheat Sheet

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.