oh-my-zsh.sh 190 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 config_file ($ZSH/*.zsh) source $config_file