Skip to content

Instantly share code, notes, and snippets.

@ayassinov
Forked from jehrhardt/.zshrc
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save ayassinov/e76cdfe292526018ab85 to your computer and use it in GitHub Desktop.

Select an option

Save ayassinov/e76cdfe292526018ab85 to your computer and use it in GitHub Desktop.

Revisions

  1. @jehrhardt jehrhardt revised this gist Oct 10, 2014. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,11 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(bower brew gem git grunt mvn npm)
    plugins=(bower brew bundler emacs gem git grunt lein mvn npm rake sbt)

    # Fix order of directories on PATH
    # Do this before oh-my-zsh is loaded!
    export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh
  2. @jehrhardt jehrhardt revised this gist Oct 1, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(bower brew git grunt npm)
    plugins=(bower brew gem git grunt mvn npm)

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh
  3. @jehrhardt jehrhardt revised this gist Oct 1, 2014. 1 changed file with 1 addition and 11 deletions.
    12 changes: 1 addition & 11 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,11 +5,7 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(bower brew bundler emacs gem git gradle grunt lein npm pod rake rbenv sbt xcode)

    # Fix order of directories on PATH
    # Do this before oh-my-zsh is loaded!
    export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
    plugins=(bower brew git grunt npm)

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh
    @@ -19,9 +15,3 @@ export PATH=/usr/local/share/npm/bin:$PATH

    # Fix Java home directory
    export JAVA_HOME=`/usr/libexec/java_home`

    # Use Abdroid SDK installed via `brew install android-sdk`
    export ANDROID_HOME=/usr/local/opt/android-sdk

    # Init rbenv to controll the used Ruby version
    eval "$(rbenv init -)"
  4. @jehrhardt jehrhardt revised this gist Jul 7, 2014. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(bower brew bundler emacs gem git gradle grunt lein npm pod rake sbt xcode)
    plugins=(bower brew bundler emacs gem git gradle grunt lein npm pod rake rbenv sbt xcode)

    # Fix order of directories on PATH
    # Do this before oh-my-zsh is loaded!
    @@ -22,3 +22,6 @@ export JAVA_HOME=`/usr/libexec/java_home`

    # Use Abdroid SDK installed via `brew install android-sdk`
    export ANDROID_HOME=/usr/local/opt/android-sdk

    # Init rbenv to controll the used Ruby version
    eval "$(rbenv init -)"
  5. @jehrhardt jehrhardt revised this gist Jul 7, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(bower brew emacs gem git gradle grunt lein npm pod rake sbt xcode)
    plugins=(bower brew bundler emacs gem git gradle grunt lein npm pod rake sbt xcode)

    # Fix order of directories on PATH
    # Do this before oh-my-zsh is loaded!
  6. @jehrhardt jehrhardt revised this gist Jun 28, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(bower brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip rails rake rbenv rsync sbt xcode)
    plugins=(bower brew emacs gem git gradle grunt lein npm pod rake sbt xcode)

    # Fix order of directories on PATH
    # Do this before oh-my-zsh is loaded!
  7. @jehrhardt jehrhardt revised this gist May 15, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt xcode)
    plugins=(bower brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip rails rake rbenv rsync sbt xcode)

    # Fix order of directories on PATH
    # Do this before oh-my-zsh is loaded!
  8. @jehrhardt jehrhardt revised this gist Apr 11, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -17,8 +17,8 @@ source $ZSH/oh-my-zsh.sh
    # Add tools installed by NPM to PATH
    export PATH=/usr/local/share/npm/bin:$PATH

    # Use Oracle Java 8 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/
    # Fix Java home directory
    export JAVA_HOME=`/usr/libexec/java_home`

    # Use Abdroid SDK installed via `brew install android-sdk`
    export ANDROID_HOME=/usr/local/opt/android-sdk
  9. @jehrhardt jehrhardt revised this gist Apr 7, 2014. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -11,9 +11,6 @@ plugins=(brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip
    # Do this before oh-my-zsh is loaded!
    export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

    # Load boxen environment before oh my zsh
    [ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh

    @@ -25,4 +22,3 @@ export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/

    # Use Abdroid SDK installed via `brew install android-sdk`
    export ANDROID_HOME=/usr/local/opt/android-sdk

  10. @jehrhardt jehrhardt revised this gist Apr 7, 2014. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -11,17 +11,18 @@ plugins=(brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip
    # Do this before oh-my-zsh is loaded!
    export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

    # Load boxen environment before oh my zsh
    [ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh

    # Add tools installed by NPM to PATH
    export PATH=/usr/local/share/npm/bin:$PATH

    # Add Python tools
    export PATH=/usr/local/share/python:$PATH

    # Use Oracle Java 8 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/

    # Use Abdroid SDK installed via `brew install android-sdk`
    export ANDROID_HOME=/usr/local/opt/android-sdk

  11. @jehrhardt jehrhardt revised this gist Mar 24, 2014. 1 changed file with 7 additions and 12 deletions.
    19 changes: 7 additions & 12 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,28 +5,23 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(brew bundler cp gem git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper xcode)

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh
    plugins=(brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt xcode)

    # Fix order of directories on PATH
    # Do this before oh-my-zsh is loaded!
    export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh

    # Add tools installed by NPM to PATH
    export PATH=/usr/local/share/npm/bin:$PATH

    # Add Python tools
    export PATH=/usr/local/share/python:$PATH

    # Set editor to Emacs
    export EDITOR=emacsclient

    # Set alias for quick access of Emacs from Terminal
    alias e="$EDITOR -n"

    # Use Oracle Java 7 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/
    # Use Oracle Java 8 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/

    # Use Abdroid SDK installed via `brew install android-sdk`
    export ANDROID_HOME=/usr/local/opt/android-sdk
  12. @jehrhardt jehrhardt revised this gist Mar 10, 2014. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -19,9 +19,6 @@ export PATH=/usr/local/share/npm/bin:$PATH
    # Add Python tools
    export PATH=/usr/local/share/python:$PATH

    # Load virtualenvwraper
    source /usr/local/bin/virtualenvwrapper.sh

    # Set editor to Emacs
    export EDITOR=emacsclient

  13. @jehrhardt jehrhardt revised this gist Feb 5, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -31,4 +31,5 @@ alias e="$EDITOR -n"
    # Use Oracle Java 7 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/

    # Use Abdroid SDK installed via `brew install android-sdk`
    export ANDROID_HOME=/usr/local/opt/android-sdk
  14. @jehrhardt jehrhardt revised this gist Jan 26, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -29,6 +29,6 @@ export EDITOR=emacsclient
    alias e="$EDITOR -n"

    # Use Oracle Java 7 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/

    export ANDROID_HOME=/usr/local/opt/android-sdk
  15. @jehrhardt jehrhardt revised this gist Jan 13, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper xcode)
    plugins=(brew bundler cp gem git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper xcode)

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh
  16. @jehrhardt jehrhardt revised this gist Jan 10, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper)
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper xcode)

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh
    @@ -23,10 +23,10 @@ export PATH=/usr/local/share/python:$PATH
    source /usr/local/bin/virtualenvwrapper.sh

    # Set editor to Emacs
    export EDITOR="emacsclient"
    export EDITOR=emacsclient

    # Set alias for quick access of Emacs from Terminal
    alias e=$EDITOR
    alias e="$EDITOR -n"

    # Use Oracle Java 7 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/
  17. @jehrhardt jehrhardt revised this gist Jan 6, 2014. No changes.
  18. @jehrhardt jehrhardt revised this gist Jan 5, 2014. 1 changed file with 9 additions and 2 deletions.
    11 changes: 9 additions & 2 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,15 +5,22 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant)
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper)

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh

    # Fix order of directories on PATH
    export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

    # Add tools installed by NPM to PATH
    export PATH=$PATH:/usr/local/share/npm/bin
    export PATH=/usr/local/share/npm/bin:$PATH

    # Add Python tools
    export PATH=/usr/local/share/python:$PATH

    # Load virtualenvwraper
    source /usr/local/bin/virtualenvwrapper.sh

    # Set editor to Emacs
    export EDITOR="emacsclient"
  19. @jehrhardt jehrhardt revised this gist Jan 3, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@ export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
    export PATH=$PATH:/usr/local/share/npm/bin

    # Set editor to Emacs
    export EDITOR="emacsclient -n"
    export EDITOR="emacsclient"

    # Set alias for quick access of Emacs from Terminal
    alias e=$EDITOR
  20. @jehrhardt jehrhardt revised this gist Jan 3, 2014. 1 changed file with 10 additions and 12 deletions.
    22 changes: 10 additions & 12 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,25 +5,23 @@ ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx rails4 rake rsync rvm sbt vagrant)
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant)

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh

    export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

    # Add tools installed by NPM to PATH
    export PATH=$PATH:/usr/local/share/npm/bin

    # Use Oracle Java 7 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/

    # Use Emacs from terminal via e command
    alias e="emacsclient -c -n"
    # Set editor to Emacs
    export EDITOR="emacsclient -n"

    # Start Emacs as a daemon
    alias start-emacs="emacs --daemon"
    # Set alias for quick access of Emacs from Terminal
    alias e=$EDITOR

    # Stop Emacs daemon
    alias stop-emacs="emacsclient -e '(kill-emacs)'"
    # Use Oracle Java 7 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/

    # Fix Homebrew's Git https://github.com/mxcl/homebrew/issues/23587
    alias git-svn="/usr/bin/git svn"
    export ANDROID_HOME=/usr/local/opt/android-sdk
  21. @jehrhardt jehrhardt revised this gist Nov 25, 2013. 1 changed file with 18 additions and 5 deletions.
    23 changes: 18 additions & 5 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,29 @@
    # oh-my-zsh location
    ZSH=$HOME/.oh-my-zsh

    # Use standard theme
    ZSH_THEME="robbyrussell"

    # Use plugins for typical tools
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx rails4 rake rsync rvm sbt vagrant)

    # Load oh-my-zsh
    source $ZSH/oh-my-zsh.sh

    export PATH=/usr/local/bin:/usr/local/share/npm/bin:/usr/bin:/bin:/usr/sbin:/sbin
    # Add tools installed by NPM to PATH
    export PATH=$PATH:/usr/local/share/npm/bin

    # Use Oracle Java 7 for java
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/
    export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m"
    export MAVEN_OPTS=$JAVA_OPTS
    export SBT_OPTS=$JAVA_OPTS

    # Use Emacs from terminal via e command
    alias e="emacsclient -c -n"
    alias stop-emacs="emacsclient -e '(kill-emacs)'"

    # Start Emacs as a daemon
    alias start-emacs="emacs --daemon"

    # Stop Emacs daemon
    alias stop-emacs="emacsclient -e '(kill-emacs)'"

    # Fix Homebrew's Git https://github.com/mxcl/homebrew/issues/23587
    alias git-svn="/usr/bin/git svn"
  22. @jehrhardt jehrhardt revised this gist Nov 16, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"
    plugins=(brew bundler cp git gradle grunt lein mvn npm osx rails4 rake rsync rvm sbt vagrant)
    plugins=(brew bundler cp git github gradle grunt lein mvn npm osx rails4 rake rsync rvm sbt vagrant)

    source $ZSH/oh-my-zsh.sh

  23. @jehrhardt jehrhardt revised this gist Nov 16, 2013. 1 changed file with 5 additions and 10 deletions.
    15 changes: 5 additions & 10 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -1,21 +1,16 @@
    ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"
    plugins=(brew bundler cp gem git git-extras github gradle grails grunt heroku lein mvn node npm osx pip pod python rails4 rake rsync ruby rvm sbt vagrant virtualenv)
    plugins=(brew bundler cp git gradle grunt lein mvn npm osx rails4 rake rsync rvm sbt vagrant)

    source $ZSH/oh-my-zsh.sh

    export PATH=/usr/local/bin:/usr/local/share/npm/bin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin
    export PATH=/usr/local/bin:/usr/local/share/npm/bin:/usr/bin:/bin:/usr/sbin:/sbin

    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/
    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/
    export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m"
    export MAVEN_OPTS=$JAVA_OPTS
    export SBT_OPTS=$JAVA_OPTS

    alias e="emacsclient -c -n"
    alias kill-e="emacsclient -e '(kill-emacs)'"
    alias update-e="emacsclient -e '(package-list-packages)'"
    alias run-e="emacs --daemon"

    alias git-svn="/usr/bin/git svn"

    PATH=$PATH:$HOME/.rvm/bin
    alias stop-emacs="emacsclient -e '(kill-emacs)'"
    alias start-emacs="emacs --daemon"
  24. @jehrhardt jehrhardt revised this gist Nov 2, 2013. No changes.
  25. @jehrhardt jehrhardt revised this gist Nov 2, 2013. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -19,5 +19,3 @@ alias run-e="emacs --daemon"
    alias git-svn="/usr/bin/git svn"

    PATH=$PATH:$HOME/.rvm/bin

    export GNUTERM=x11
  26. @jehrhardt jehrhardt revised this gist Nov 2, 2013. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"
    plugins=(brew bundler gem git git-extras lein mvn node npm osx rake rvm vagrant)
    plugins=(brew bundler cp gem git git-extras github gradle grails grunt heroku lein mvn node npm osx pip pod python rails4 rake rsync ruby rvm sbt vagrant virtualenv)

    source $ZSH/oh-my-zsh.sh

    @@ -16,6 +16,8 @@ alias kill-e="emacsclient -e '(kill-emacs)'"
    alias update-e="emacsclient -e '(package-list-packages)'"
    alias run-e="emacs --daemon"

    alias git-svn="/usr/bin/git svn"

    PATH=$PATH:$HOME/.rvm/bin

    export GNUTERM=x11
  27. @jehrhardt jehrhardt revised this gist Sep 27, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"
    plugins=(brew bundler gem git git-extras lein mvn node npm osx rake rvm svn vagrant)
    plugins=(brew bundler gem git git-extras lein mvn node npm osx rake rvm vagrant)

    source $ZSH/oh-my-zsh.sh

  28. @jehrhardt jehrhardt created this gist Sep 27, 2013.
    21 changes: 21 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="robbyrussell"
    plugins=(brew bundler gem git git-extras lein mvn node npm osx rake rvm svn vagrant)

    source $ZSH/oh-my-zsh.sh

    export PATH=/usr/local/bin:/usr/local/share/npm/bin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/
    export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m"
    export MAVEN_OPTS=$JAVA_OPTS
    export SBT_OPTS=$JAVA_OPTS

    alias e="emacsclient -c -n"
    alias kill-e="emacsclient -e '(kill-emacs)'"
    alias update-e="emacsclient -e '(package-list-packages)'"
    alias run-e="emacs --daemon"

    PATH=$PATH:$HOME/.rvm/bin

    export GNUTERM=x11