minor fix

This commit is contained in:
gpkvt 2023-07-15 03:30:11 +02:00
parent 703287e083
commit c2de6e3d23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Sessionscripts in `tmux` might only work properly with `.ssh/config`
`docker-autocompletion` might report `compinit:501: no such file or directory: /usr/share/zsh/vendor-completions/_docker`. The file is a symlink to `/mnt/wsl/docker-desktop/cli-tools/usr/share/zsh/vendor-completions/_docker` which doesn't exist if Docker-Desktop isn't running. A workaround is to replace the symlink with an copy of the real file:
```
```bash
sudo rm -rf /usr/share/zsh/vendor-completions/_docker
sudo cp /mnt/wsl/docker-desktop/cli-tools/usr/share/zsh/vendor-completions/_docker /usr/share/zsh/vendor-completions/
sudo chattr +i /usr/share/zsh/vendor-completions/_docker