.zshrc 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Path to your oh-my-zsh configuration.
  2. ZSH=$HOME/.oh-my-zsh
  3. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
  4. [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
  5. export NODE_PATH="/home/david/local/node/lib/node_modules"
  6. export PATH=$HOME/local/node/bin:$PATH
  7. PATH=$PATH:~/drush
  8. # ZSH_THEME="random"
  9. # ZSH_THEME="flazz"
  10. # ZSH_THEME="rbates"
  11. ZSH_THEME="dpoggi"
  12. # ZSH_THEME="kafeitu"
  13. # ZSH_THEME="fino"
  14. # Example aliases
  15. # alias zshconfig="mate ~/.zshrc"
  16. # alias ohmyzsh="mate ~/.oh-my-zsh"
  17. # Set to this to use case-sensitive completion
  18. # CASE_SENSITIVE="true"
  19. # Comment this out to disable bi-weekly auto-update checks
  20. # DISABLE_AUTO_UPDATE="true"
  21. # Uncomment to change how often before auto-updates occur? (in days)
  22. # export UPDATE_ZSH_DAYS=13
  23. # Uncomment following line if you want to disable colors in ls
  24. # DISABLE_LS_COLORS="true"
  25. # Uncomment following line if you want to disable autosetting terminal title.
  26. # DISABLE_AUTO_TITLE="true"
  27. # Uncomment following line if you want to disable command autocorrection
  28. # DISABLE_CORRECTION="true"
  29. # Uncomment following line if you want red dots to be displayed while waiting for completion
  30. # COMPLETION_WAITING_DOTS="true"
  31. # Uncomment following line if you want to disable marking untracked files under
  32. # VCS as dirty. This makes repository status check for large repositories much,
  33. # much faster.
  34. # DISABLE_UNTRACKED_FILES_DIRTY="true"
  35. # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
  36. # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
  37. # Example format: plugins=(rails git textmate ruby lighthouse)
  38. plugins=(git)
  39. source $ZSH/oh-my-zsh.sh
  40. # Customize to your needs...
  41. export PATH=$PATH:/home/david/.rvm/gems/ruby-1.9.2-p180/bin:/home/david/.rvm/gems/ruby-1.9.2-p180@global/bin:/home/david/.rvm/rubies/ruby-1.9.2-p180/bin:/home/david/.rvm/bin:/home/david/local/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/david/drush