diff options
| author | Anton Bobov <anton@bobov.name> | 2024-06-18 23:10:01 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-06-18 23:10:01 +0500 |
| commit | cf6a48eced4fe941d8c18ce9f73d93b13e57ff6b (patch) | |
| tree | bd0f9f00dd94df4e984a104d72cda5a5729de9e6 /files/.zsh/rc/S40_completion | |
| parent | 76c95b3603e7a873fcc2a4d15303ef30d12a9f67 (diff) | |
[zsh] Updates
Diffstat (limited to 'files/.zsh/rc/S40_completion')
| -rw-r--r-- | files/.zsh/rc/S40_completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.zsh/rc/S40_completion b/files/.zsh/rc/S40_completion index 1af4e70..84a9e6a 100644 --- a/files/.zsh/rc/S40_completion +++ b/files/.zsh/rc/S40_completion @@ -73,6 +73,7 @@ __load_or_generate restic 'restic generate --zsh-completion /dev/stdout' __load_or_generate docker 'curl -sL "https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker"' __load_or_generate docker-compose 'curl -sL "https://raw.githubusercontent.com/docker/compose/1.28.x/contrib/completion/zsh/_docker-compose"' __load_or_generate watson 'curl -sL "https://raw.githubusercontent.com/TailorDev/Watson/master/watson.zsh-completion"' +__load_or_generate cheat 'curl -sL "https://raw.githubusercontent.com/cheat/cheat/master/scripts/cheat.zsh"' compdef fdfind=fd |
