# HG changeset patch # User zegervdv # Date 1394390706 -3600 # Node ID f9f04cee7f516322208c61f75e96f37481a33555 # Parent 11ee5ef5fd28c2422eb64d2077d0b544712cbdb9 Add gitignore plugin to zsh diff -r 11ee5ef5fd28 -r f9f04cee7f51 zshrc --- a/zshrc Mon Mar 03 11:00:53 2014 +0100 +++ b/zshrc Sun Mar 09 19:45:06 2014 +0100 @@ -32,7 +32,7 @@ # 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 z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search) +plugins=(git z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search gitignore) source $ZSH/oh-my-zsh.sh