Keeping up with master.

Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
This commit is contained in:
ncanceill 2014-02-27 21:21:23 +01:00
commit 6de3b2a6ae
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,4 @@
#
# Your guess is as good as mine. Let's just assume that we will need this...
# - For more info visit... http://atom.io/
#

View file

@ -1,7 +1,7 @@
function gi() { curl http://www.gitignore.io/api/$@ ;}
_gitignireio_get_command_list() {
curl -s http://gitignore.io/api/list | tr "," "\n"
curl -s http://www.gitignore.io/api/list | tr "," "\n"
}
_gitignireio () {
@ -9,4 +9,4 @@ _gitignireio () {
compadd -S '' `_gitignireio_get_command_list`
}
compdef _gitignireio gi
compdef _gitignireio gi