2014-03-23 13:47:10 +00:00
|
|
|
# Path to your oh-my-zsh installation.
|
2011-10-05 03:57:48 +00:00
|
|
|
export ZSH=$HOME/.oh-my-zsh
|
2009-08-28 18:14:17 +00:00
|
|
|
|
2011-04-29 09:24:29 +00:00
|
|
|
# Set name of the theme to load.
|
2009-08-31 14:45:31 +00:00
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
2011-04-29 09:24:29 +00:00
|
|
|
# Optionally, if you set this to "random", it'll load a random theme each
|
|
|
|
# time that oh-my-zsh is loaded.
|
2010-12-01 17:07:28 +00:00
|
|
|
ZSH_THEME="robbyrussell"
|
2009-08-31 14:45:31 +00:00
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Uncomment the following line to use case-sensitive completion.
|
2010-12-01 17:07:28 +00:00
|
|
|
# CASE_SENSITIVE="true"
|
2009-10-07 20:01:52 +00:00
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Uncomment the following line to disable bi-weekly auto-update checks.
|
2010-12-01 17:07:28 +00:00
|
|
|
# DISABLE_AUTO_UPDATE="true"
|
2009-11-05 19:44:28 +00:00
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Uncomment the following line to change how often to auto-update (in days).
|
2012-11-30 13:58:08 +00:00
|
|
|
# export UPDATE_ZSH_DAYS=13
|
2012-11-26 19:35:16 +00:00
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Uncomment the following line to disable colors in ls.
|
2010-12-01 17:07:28 +00:00
|
|
|
# DISABLE_LS_COLORS="true"
|
2009-09-24 00:12:19 +00:00
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Uncomment the following line to disable auto-setting terminal title.
|
2010-12-01 17:07:28 +00:00
|
|
|
# DISABLE_AUTO_TITLE="true"
|
2011-03-24 04:20:08 +00:00
|
|
|
|
2014-04-09 10:32:42 +00:00
|
|
|
# Uncomment the following line to enable command auto-correction.
|
|
|
|
# ENABLE_CORRECTION="true"
|
2012-07-27 22:25:15 +00:00
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Uncomment the following line to display red dots whilst waiting for completion.
|
2011-08-31 03:56:13 +00:00
|
|
|
# COMPLETION_WAITING_DOTS="true"
|
2011-07-23 21:34:02 +00:00
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Uncomment the 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.
|
2013-04-22 08:59:08 +00:00
|
|
|
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Uncomment the following line if you want to change the command execution time
|
|
|
|
# stamp shown in the history command output.
|
2013-12-08 05:11:33 +00:00
|
|
|
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
2013-06-30 12:46:10 +00:00
|
|
|
# HIST_STAMPS="mm/dd/yyyy"
|
|
|
|
|
2014-03-23 13:45:55 +00:00
|
|
|
# Would you like to use another custom folder than $ZSH/custom?
|
|
|
|
# ZSH_CUSTOM=/path/to/new-custom-folder
|
|
|
|
|
2010-06-03 19:05:12 +00:00
|
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
2011-12-20 22:16:02 +00:00
|
|
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
2010-06-03 19:05:12 +00:00
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
2013-12-21 15:21:34 +00:00
|
|
|
# Add wisely, as too many plugins slow down shell startup.
|
2010-06-03 19:05:12 +00:00
|
|
|
plugins=(git)
|
|
|
|
|
2012-04-23 21:03:26 +00:00
|
|
|
# User configuration
|
|
|
|
|
|
|
|
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|
|
|
# export MANPATH="/usr/local/man:$MANPATH"
|
|
|
|
|
2014-11-21 01:07:23 +00:00
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
|
2014-03-23 13:39:38 +00:00
|
|
|
# You may need to manually set your language environment
|
|
|
|
# export LANG=en_US.UTF-8
|
|
|
|
|
2014-03-24 14:24:04 +00:00
|
|
|
# Preferred editor for local and remote sessions
|
2012-04-23 21:03:26 +00:00
|
|
|
# if [[ -n $SSH_CONNECTION ]]; then
|
|
|
|
# export EDITOR='vim'
|
|
|
|
# else
|
|
|
|
# export EDITOR='mvim'
|
|
|
|
# fi
|
|
|
|
|
|
|
|
# Compilation flags
|
|
|
|
# export ARCHFLAGS="-arch x86_64"
|
|
|
|
|
|
|
|
# ssh
|
|
|
|
# export SSH_KEY_PATH="~/.ssh/dsa_id"
|
2014-05-16 15:46:48 +00:00
|
|
|
|
|
|
|
# Set personal aliases, overriding those provided by oh-my-zsh libs,
|
|
|
|
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
|
|
|
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
|
|
|
# For a full list of active aliases, run `alias`.
|
|
|
|
#
|
|
|
|
# Example aliases
|
|
|
|
# alias zshconfig="mate ~/.zshrc"
|
|
|
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|