1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- # Path to your oh-my-zsh configuration.
- ZSH=$HOME/.oh-my-zsh
- [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
- [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
-
- export NODE_PATH="/home/david/local/node/lib/node_modules"
- export PATH=$HOME/local/node/bin:$PATH
- PATH=$PATH:~/drush
- # ZSH_THEME="random"
- # ZSH_THEME="flazz"
- # ZSH_THEME="rbates"
- ZSH_THEME="dpoggi"
- # ZSH_THEME="kafeitu"
- # ZSH_THEME="fino"
- # Example aliases
- # alias zshconfig="mate ~/.zshrc"
- # alias ohmyzsh="mate ~/.oh-my-zsh"
- # Set to this to use case-sensitive completion
- # CASE_SENSITIVE="true"
- # Comment this out to disable bi-weekly auto-update checks
- # DISABLE_AUTO_UPDATE="true"
- # Uncomment to change how often before auto-updates occur? (in days)
- # export UPDATE_ZSH_DAYS=13
- # Uncomment following line if you want to disable colors in ls
- # DISABLE_LS_COLORS="true"
- # Uncomment following line if you want to disable autosetting terminal title.
- # DISABLE_AUTO_TITLE="true"
- # Uncomment following line if you want to disable command autocorrection
- # DISABLE_CORRECTION="true"
- # Uncomment following line if you want red dots to be displayed while waiting for completion
- # COMPLETION_WAITING_DOTS="true"
- # Uncomment following line if you want to disable marking untracked files under
- # VCS as dirty. This makes repository status check for large repositories much,
- # much faster.
- # DISABLE_UNTRACKED_FILES_DIRTY="true"
- # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
- # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
- # Example format: plugins=(rails git textmate ruby lighthouse)
- plugins=(git)
- source $ZSH/oh-my-zsh.sh
- # Customize to your needs...
- 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
|