From 9024d58716f94c6e3182e97aa0580e24165be659 Mon Sep 17 00:00:00 2001 From: Spencer Comerford Date: Fri, 30 May 2014 04:24:52 -0600 Subject: [PATCH] Updated plugins --- templates/zshrc.zsh-template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 999624868..14848cfd0 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -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" -