diff options
author | Alan Pearce | 2019-09-26 13:28:31 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-26 13:28:31 +0200 |
commit | ee0207c45aff47ac432a5e7285a9194b213f7576 (patch) | |
tree | fe49a1ee60288972306a7ce4fc353d8d346a1f81 /zsh | |
parent | b0e82c6945215cb4d78f91a4efc8c0041c01942a (diff) | |
download | dotfiles-ee0207c45aff47ac432a5e7285a9194b213f7576.tar.lz dotfiles-ee0207c45aff47ac432a5e7285a9194b213f7576.tar.zst dotfiles-ee0207c45aff47ac432a5e7285a9194b213f7576.zip |
zsh: Remove docker-compose completion
Included with later versions of docker-compose
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index bc96d37..1931d1f 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -164,8 +164,6 @@ zplugin ice if'[[ $os -eq darwin ]]' zplugin snippet "OMZ::lib/functions.zsh" zplugin ice if'[[ $os -eq darwin ]]' zplugin snippet "OMZ::lib/termsupport.zsh" -zplugin ice id-as'docker-compose-completion' wait'[[ -n ${ZLAST_COMMANDS[(r)d*]} ]]' lucid -zplugin snippet "https://github.com/docker/compose/raw/1.24.1/contrib/completion/zsh/_docker-compose" zplugin ice if'[[ $os -eq darwin ]]' wait'5' lucid zplugin load "unixorn/tumult.plugin.zsh" |