From 6acc70d19292177aa9fbebae410c444f7f1a6b20 Mon Sep 17 00:00:00 2001 From: Mark Przepiora Date: Mon, 4 Dec 2017 20:34:29 -0700 Subject: [PATCH] Update oh-my-zsh and use some additional plugins --- .oh-my-zsh | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.oh-my-zsh b/.oh-my-zsh index 52e2aae..2af2d1a 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit 52e2aaee068814aadc989ac904bb055349240869 +Subproject commit 2af2d1aa31caa534c419e72d75daa667ff725de2 diff --git a/.zshrc b/.zshrc index 762b703..7f5daf0 100644 --- a/.zshrc +++ b/.zshrc @@ -41,7 +41,7 @@ DISABLE_AUTO_UPDATE="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 ruby osx) +plugins=(git ruby osx sublime sudo web-search dirhistory dircycle) source $ZSH/oh-my-zsh.sh