From 4c312936fd17746451139744f660891a9437fb58 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Tue, 22 Jul 2014 17:08:04 +0200 Subject: [PATCH] add pip in my plugin list Signed-off-by: Gaetan Semet --- templates/zshrc-linux.zsh | 2 +- templates/zshrc-mac.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 81d5aa8da..ceec2ea93 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -39,7 +39,7 @@ plugins=(git2 python repo intel-repo cp buildbot rsync git-extras git-remote-bra command-not-found debian dircycle encode64 lol extract launch_trial \ vim-scp ufw sublime pylint pep8 autopep8 \ common-aliases buildbot_dev zsh-syntax-highlighting \ - txw jump grin) + txw jump grin pip) source $ZSH/oh-my-zsh.sh diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index b3c90dcf7..6706feb27 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -34,7 +34,7 @@ DISABLE_VENV_CD="true" # Example format: plugins=(rails git textmate ruby lighthouse) plugins=(git2 python vim-override common-aliases zsh-syntax-highlighting jump coffee cp rsync git-remote-branch command-not-found debian dircycle encode64 lol extract common-aliases - pip brew sublime grin) + pip brew sublime grin pip) source $ZSH/oh-my-zsh.sh # User configuration