zshrc 673 B

123456789101112131415161718192021222324252627282930313233
  1. export PAGER=less
  2. export ZSH=$HOME/oh-my-zsh
  3. export LC_CTYPE=en_US.UTF-8
  4. # TODO: Refactor this sometimes soon...
  5. source $ZSH/colors.zsh
  6. source $ZSH/aliases.zsh
  7. source $ZSH/completion.zsh
  8. source $ZSH/rake_completion.zsh
  9. source $ZSH/functions.zsh
  10. source $ZSH/git.zsh
  11. source $ZSH/history.zsh
  12. source $ZSH/grep.zsh
  13. source $ZSH/prompt.zsh
  14. # Uncomment if you have a projects.zsh file
  15. # source $ZSH/projects.zsh
  16. # Directory stuff.
  17. setopt AUTO_NAME_DIRS
  18. # Speed stuff.
  19. #setopt NO_BEEP
  20. setopt AUTO_CD
  21. setopt MULTIOS
  22. setopt CDABLEVARS
  23. # Customize to your needs...
  24. export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin