mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Keeping up with master.
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
This commit is contained in:
commit
6de3b2a6ae
2 changed files with 6 additions and 2 deletions
4
plugins/atom/atom.plugin.zsh
Normal file
4
plugins/atom/atom.plugin.zsh
Normal 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/
|
||||
#
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue