3 lines
70 B
Bash
3 lines
70 B
Bash
# fake foo/bar
|
|
echo "sourcing myplugin..."
|
|
plugins+=(custom:myplugin)
|
# fake foo/bar
|
|
echo "sourcing myplugin..."
|
|
plugins+=(custom:myplugin)
|