From 0b4f2993b5c4652ae485a02c5d456f206c6d9c47 Mon Sep 17 00:00:00 2001 From: cheetah Date: Sun, 1 Feb 2015 21:03:00 +0300 Subject: [PATCH] Add sublime plugin --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index bd29af0..862a897 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -1,7 +1,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="cheetah" -plugins=(osx brew git github redis-cli ruby rbenv gem bundler zsh-syntax-highlighting) +plugins=(osx brew git github redis-cli ruby rbenv gem bundler zsh-syntax-highlighting sublime) source $ZSH/oh-my-zsh.sh