removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
|
|
@ -0,0 +1 @@
|
|||
https://github.com/foo/bar
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
echo "sourcing foo/bar..."
|
||||
plugins=($plugins foo/bar)
|
||||
|
|
@ -0,0 +1 @@
|
|||
https://github.com/foo/baz
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
echo "sourcing foo/baz..."
|
||||
plugins=($plugins foo/baz)
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/zsh
|
||||
echo _baz completion
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
function baz {
|
||||
echo baz function
|
||||
}
|
||||
baz "$@"
|
||||
|
|
@ -0,0 +1 @@
|
|||
git@github.com:foo/qux
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
echo "sourcing foo/qux..."
|
||||
plugins=($plugins foo/qux)
|
||||
Loading…
Add table
Add a link
Reference in a new issue