zshrc.zsh-template 333 B

1234567891011
  1. # Path to your oh-my-zsh configuration.
  2. export ZSH=$HOME/.oh-my-zsh
  3. # Set to the name theme to load.
  4. # Look in ~/.oh-my-zsh/themes/
  5. export ZSH_THEME="robbyrussell"
  6. # Customize to your needs...
  7. #export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
  8. source $ZSH/oh-my-zsh.sh