Skip to content

Instantly share code, notes, and snippets.

@ivanvanderbyl
Created June 27, 2010 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanvanderbyl/454617 to your computer and use it in GitHub Desktop.
Save ivanvanderbyl/454617 to your computer and use it in GitHub Desktop.
.zshrc
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell"
# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
# export DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git textmate ruby rails osx easylodge)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
export PATH=/usr/local/rvm/bin:/usr/local/mysql/bin:/usr/local/mysql-5.1.37-osx10.5-x86_64/bin:/usr/local/maven/bin:/usr/local/git/bin:/usr/local/babushka/bin:/usr/local/arm/bin:/usr/local/airlock/bin:/usr/local/sbin:/usr/local/bin:/opt/mongo/bin:/usr/sbin:/usr/bin:/sbin:/bin
# export EDITOR=mate
# mappings for Ctrl/Option-left-arrow and Ctrl/Option-right-arrow for word moving
bindkey "\e[1;5C" forward-word
bindkey "\e[1;5D" backward-word
bindkey "\e[5C" forward-word
bindkey "\e[5D" backward-word
bindkey "\e\e[C" forward-word
bindkey "\e\e[D" backward-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment