oh-my-zsh.sh 182 B

12345
  1. # Initializes Oh My Zsh
  2. # Load all of the config files in ~/oh-my-zsh that end in .zsh
  3. # TIP: Add files you don't want in git to .gitignore
  4. for i in $ZSH/*.zsh; do source $i; done;