Updated plugins

This commit is contained in:
Spencer Comerford 2014-05-30 04:24:52 -06:00
commit 9024d58716

View file

@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="tjkirch"
ZSH_THEME="agnoster"
# Example aliases
# alias zshconfig="mate ~/.zshrc"
@ -37,7 +37,7 @@ COMPLETION_WAITING_DOTS="true"
# much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment following line if you want to shown in the command execution time stamp
# Uncomment following line if you want to shown in the command execution time stamp
# in the history command output. The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|
# yyyy-mm-dd
# HIST_STAMPS="mm/dd/yyyy"
@ -45,7 +45,10 @@ COMPLETION_WAITING_DOTS="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 bundler gem web-search rails ruby sprunge pip lol git-flow history-substring-search)
# plugins=(git bundler gem web-search rails ruby sprunge pip lol git-flow history-substring-search urltools themes copyfile copydir colored-man autoenv)
# Plugins if is OSX
plugins=(git bundler gem web-search rails ruby sprunge pip lol git-flow history-substring-search urltools themes copyfile copydir colored-man autoenv brew osx terminalapp forklift sublime)
source $ZSH/oh-my-zsh.sh
@ -55,7 +58,7 @@ alias ll='ls -alh'
alias l='ll'
alias la='ls -Alh'
export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH="/Users/Spencevail/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
# export MANPATH="/usr/local/man:$MANPATH"
# # Preferred editor for local and remote sessions
@ -70,4 +73,3 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH
# ssh
# export SSH_KEY_PATH="~/.ssh/dsa_id"