Mercurial > dotfiles.old
comparison zshrc @ 11:f9f04cee7f51
Add gitignore plugin to zsh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 09 Mar 2014 19:45:06 +0100 |
parents | d20278638011 |
children | 2da8d8daa033 |
comparison
equal
deleted
inserted
replaced
10:11ee5ef5fd28 | 11:f9f04cee7f51 |
---|---|
30 COMPLETION_WAITING_DOTS="true" | 30 COMPLETION_WAITING_DOTS="true" |
31 | 31 |
32 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) | 32 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) |
33 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | 33 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ |
34 # Example format: plugins=(rails git textmate ruby lighthouse) | 34 # Example format: plugins=(rails git textmate ruby lighthouse) |
35 plugins=(git z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search) | 35 plugins=(git z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search gitignore) |
36 | 36 |
37 source $ZSH/oh-my-zsh.sh | 37 source $ZSH/oh-my-zsh.sh |
38 | 38 |
39 # source $ZSH/plugins/history-substring-search/history-substring-search.zsh | 39 # source $ZSH/plugins/history-substring-search/history-substring-search.zsh |
40 | 40 |