Changed default plugins for mac and linux templates

This commit is contained in:
Stibbons 2013-06-05 23:56:06 +02:00
commit 2703f6c241
2 changed files with 4 additions and 2 deletions

View file

@ -32,7 +32,7 @@ DISABLE_VENV_CD="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 python pythonbrew repo cp buildbot rsync git-remote-branch command-not-found debian dircycle encode64 lol extract launch_trial common-aliases)
plugins=(git python repo cp buildbot rsync git-remote-branch command-not-found debian dircycle encode64 lol extract common-aliases)
source $ZSH/oh-my-zsh.sh
# source `which virtualenvwrapper.sh`

View file

@ -32,7 +32,7 @@ DISABLE_VENV_CD="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 tmux python pythonbrew vim-override virtualenvwrapper)
plugins=(git python vim-override)
source $ZSH/oh-my-zsh.sh
# source `which virtualenvwrapper.sh`
@ -43,3 +43,5 @@ if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
unsetopt correctall
if [ -e ~/.profile ]; then source ~/.profile; fi