diff options
author | Roeniss Moon <roeniss2@gmail.com> | 2023-08-25 00:12:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 17:12:59 +0200 |
commit | 13a8e3d98aeeb4f5f0b98f92ace540067e58ba92 (patch) | |
tree | b4258de581f2b98d1f70c7550adabae14443f4a4 /plugins/alias-finder/tests/_support/bootstrap | |
parent | c92af18c36c84cef0c785e1ae9cabc49a61a5c3a (diff) | |
download | zsh-13a8e3d98aeeb4f5f0b98f92ace540067e58ba92.tar.gz zsh-13a8e3d98aeeb4f5f0b98f92ace540067e58ba92.tar.bz2 zsh-13a8e3d98aeeb4f5f0b98f92ace540067e58ba92.zip |
feat(alias-finder): add cheaper option and apply zstyle options (#11773)
Diffstat (limited to 'plugins/alias-finder/tests/_support/bootstrap')
-rw-r--r-- | plugins/alias-finder/tests/_support/bootstrap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/alias-finder/tests/_support/bootstrap b/plugins/alias-finder/tests/_support/bootstrap new file mode 100644 index 000000000..01076611e --- /dev/null +++ b/plugins/alias-finder/tests/_support/bootstrap @@ -0,0 +1,2 @@ +#!/usr/bin/env zsh +# Write your bootstrap code here |