6 lines
125 B
Bash
6 lines
125 B
Bash
# fake foo/bar
|
|
echo "sourcing getantidote/zsh-defer..."
|
|
plugins=($plugins getantidote/zsh-defer)
|
|
function zsh-defer {
|
|
$@
|
|
}
|