oh-my-zsh.sh 418 B

1234567891011
  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/lib/*.zsh) source $config_file
  5. # Load all of your custom configurations from custom/
  6. for config_file ($ZSH/custom/*.zsh) source $config_file
  7. export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin