diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-08-30 13:25:12 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-08-30 13:25:12 +0100 |
| commit | bad0d87c2888b023cca7cd180e63b514e68b8e92 (patch) | |
| tree | f24cbbf1dd6c0efce74d812418aba5231f4058b6 /zsh/functions | |
| parent | 517cde48c6a16fcad24a6943bc6d0968b101b4a9 (diff) | |
zsh: Autocomplete op
Diffstat (limited to 'zsh/functions')
| -rw-r--r-- | zsh/functions/_op | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/functions/_op b/zsh/functions/_op new file mode 100644 index 0000000..26f4e3a --- /dev/null +++ b/zsh/functions/_op @@ -0,0 +1,4 @@ +#compdef op + +eval "$(op completion zsh)" +_op $@ |
