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